X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e78859aeaf40fd7c3d9f1ef1c0c8d1fd14bf41b0..23dfc4d3bde49ef907de08ee2efbece0d4ce261d:/db/structure.sql 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'),