]> 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 60164558c9c3f47b6cab418a3a76af8cdcb4097f..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: -
 --
@@ -1482,7 +1489,6 @@ CREATE TABLE public.users (
     pass_salt character varying,
     email_valid boolean DEFAULT false NOT NULL,
     new_email character varying,
-    creation_ip character varying,
     languages character varying,
     status public.user_status_enum DEFAULT 'pending'::public.user_status_enum NOT NULL,
     terms_agreed timestamp without time zone,
@@ -3357,6 +3363,7 @@ INSERT INTO "schema_migrations" (version) VALUES
 ('23'),
 ('22'),
 ('21'),
+('20240913171951'),
 ('20240912181413'),
 ('20240910175616'),
 ('20240822121603'),