]> git.openstreetmap.org Git - rails.git/commitdiff
travis: update structure.sql
authormmd-osm <mmd.osm@gmail.com>
Mon, 30 Dec 2019 11:55:59 +0000 (12:55 +0100)
committermmd-osm <mmd.osm@gmail.com>
Mon, 30 Dec 2019 11:55:59 +0000 (12:55 +0100)
db/structure.sql

index d0e8c21e3ba32f4213835b506e57efb9b523608a..75edb001e21f4c7381797868e6d63453054dda06 100644 (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;