]> git.openstreetmap.org Git - rails.git/commitdiff
Update database schema
authorTom Hughes <tom@compton.nu>
Thu, 18 Oct 2012 17:58:42 +0000 (18:58 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 18 Oct 2012 17:59:39 +0000 (18:59 +0100)
db/structure.sql

index c029e94e0683104ff77fa9ea3d09e03de61383e7..339533b9292763cc9bed0b0bc0a8fa4a424fe451 100644 (file)
@@ -1007,7 +1007,8 @@ CREATE TABLE users (
     image_fingerprint character varying(255),
     changesets_count integer DEFAULT 0 NOT NULL,
     traces_count integer DEFAULT 0 NOT NULL,
-    diary_entries_count integer DEFAULT 0 NOT NULL
+    diary_entries_count integer DEFAULT 0 NOT NULL,
+    image_use_gravatar boolean DEFAULT true NOT NULL
 );
 
 
@@ -2270,6 +2271,8 @@ INSERT INTO schema_migrations (version) VALUES ('20120808231205');
 
 INSERT INTO schema_migrations (version) VALUES ('20121005195010');
 
+INSERT INTO schema_migrations (version) VALUES ('20121012044047');
+
 INSERT INTO schema_migrations (version) VALUES ('21');
 
 INSERT INTO schema_migrations (version) VALUES ('22');