X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/336ad6db0363ce61a62ca902f89694017fd610d3..34e06204636f4390b8b99fdce71af87d9a00663b:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 9318185c6..25b2f173f 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1482,7 +1482,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 +3356,8 @@ INSERT INTO "schema_migrations" (version) VALUES ('23'), ('22'), ('21'), +('20240913171951'), +('20240912181413'), ('20240910175616'), ('20240822121603'), ('20240813070506'),