]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Localisation updates from http://translatewiki.net.
[rails.git] / 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');