]> git.openstreetmap.org Git - rails.git/commitdiff
Update database schema
authorTom Hughes <tom@compton.nu>
Sun, 19 May 2019 16:17:25 +0000 (17:17 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 19 May 2019 16:17:25 +0000 (17:17 +0100)
db/structure.sql

index f77c3831c260d276ce6dd37f303df6f9d8b8b65c..0818ae0e9b8c59a61bd2387fae5b8d915d5512b6 100644 (file)
@@ -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'),