From 57aee718fadd54b30f7996383eed8ec7fa8f2250 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 26 Apr 2022 14:38:29 -0400 Subject: [PATCH] testes docker --- projeto/base/schema/putData.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projeto/base/schema/putData.sql b/projeto/base/schema/putData.sql index 288d81a..a991b76 100644 --- a/projeto/base/schema/putData.sql +++ b/projeto/base/schema/putData.sql @@ -1,6 +1,12 @@ -- -- PostgreSQL database dump -- +SET statement_timeout = 0; +SET client_encoding = 'LATIN1'; +SET standard_conforming_strings = off; +SET check_function_bodies = false; +SET client_min_messages = warning; +SET escape_string_warning = off; -- -- Data for Name: pbx_agents_agents; Type: TABLE DATA; Schema: public; Owner: contacte