From: Tom Hughes Date: Sun, 19 May 2019 16:17:25 +0000 (+0100) Subject: Update database schema X-Git-Tag: live~2564 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1bef353c27e54a85419a9880de97955b199b233f?ds=sidebyside Update database schema --- diff --git a/db/structure.sql b/db/structure.sql index f77c3831c..0818ae0e9 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1293,7 +1293,8 @@ CREATE TABLE public.users ( image_use_gravatar boolean DEFAULT false NOT NULL, image_content_type character varying, auth_provider character varying, - home_tile bigint + home_tile bigint, + tou_agreed timestamp without time zone ); @@ -2945,6 +2946,7 @@ INSERT INTO "schema_migrations" (version) VALUES ('20161011010929'), ('20170222134109'), ('20180204153242'), +('20181020114000'), ('20181031113522'), ('20190518115041'), ('21'),