]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Disable eslint for js test files to test for github-ci
[rails.git] / db / structure.sql
index 25b2f173fc6f2a42d00856e3b94c7bec45818b4c..57209fb9f4af58253c98ec4f75e0d0f8d3b795b9 100644 (file)
@@ -9,6 +9,13 @@ SET xmloption = content;
 SET client_min_messages = warning;
 SET row_security = off;
 
+--
+-- Name: public; Type: SCHEMA; Schema: -; Owner: -
+--
+
+-- *not* creating schema, since initdb creates it
+
+
 --
 -- Name: btree_gist; Type: EXTENSION; Schema: -; Owner: -
 --