travis: update structure.sql
This commit is contained in:
parent
71d709d7a2
commit
f47aaa58c3
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ SET client_encoding = 'UTF8';
|
||||||
SET standard_conforming_strings = on;
|
SET standard_conforming_strings = on;
|
||||||
SELECT pg_catalog.set_config('search_path', '', false);
|
SELECT pg_catalog.set_config('search_path', '', false);
|
||||||
SET check_function_bodies = false;
|
SET check_function_bodies = false;
|
||||||
|
SET xmloption = content;
|
||||||
SET client_min_messages = warning;
|
SET client_min_messages = warning;
|
||||||
SET row_security = off;
|
SET row_security = off;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue