]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
travis: update structure.sql
[rails.git] / 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;