X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7f3cb3c6246e6e271761e714cceb081e85a4d245..cff4c63713e794672532b10d614e4be01a1f4e48:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index e9d5efc3f..18884b058 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1488,7 +1488,8 @@ CREATE TABLE public.user_blocks ( revoker_id bigint, created_at timestamp without time zone, updated_at timestamp without time zone, - reason_format public.format_enum DEFAULT 'markdown'::public.format_enum NOT NULL + reason_format public.format_enum DEFAULT 'markdown'::public.format_enum NOT NULL, + deactivates_at timestamp without time zone ); @@ -3578,6 +3579,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('23'), ('22'), ('21'), +('20240813070506'), ('20240618193051'), ('20240605134916'), ('20240405083825'),