travis: update structure.sql

This commit is contained in:
mmd-osm 2019-12-30 12:55:59 +01:00
parent 71d709d7a2
commit f47aaa58c3

View file

@ -4,6 +4,7 @@ SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;