X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a8aaf62e629f0c67b938b6c27657a225364d3c39..367fa44a74c06563b6f0e23c1e9db888769f57f0:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index f74d4d571..4297d96f1 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1017,7 +1017,6 @@ CREATE TABLE public.note_comments ( -- CREATE SEQUENCE public.note_comments_id_seq - AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE @@ -1053,7 +1052,6 @@ CREATE TABLE public.notes ( -- CREATE SEQUENCE public.notes_id_seq - AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE @@ -1199,7 +1197,6 @@ CREATE TABLE public.oauth_nonces ( -- CREATE SEQUENCE public.oauth_nonces_id_seq - AS integer START WITH 1 INCREMENT BY 1 NO MINVALUE @@ -3506,6 +3503,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('23'), ('22'), ('21'), +('20231206141457'), ('20231117170422'), ('20231101222146'), ('20231029151516'),