X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3fb931f9a86955faa39bec1fa4f2a731cbc74780..98475075c70d19fc04912c12b67a8f9194fc709f:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 102a95cf2..84c38c86e 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1103,7 +1103,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 ); @@ -2444,6 +2445,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');