X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f61ac2586f341589e0e5c880f585928518cf38c2..a638220ff7a44bb54845535cb833d983e2eeac56:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index e9d5efc3f..49cd4b9fb 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,8 @@ INSERT INTO "schema_migrations" (version) VALUES ('23'), ('22'), ('21'), +('20240822121603'), +('20240813070506'), ('20240618193051'), ('20240605134916'), ('20240405083825'),