X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/00375024263970a43ea7d39e3c65dfd0f32e8869..78f608b114c05f1147936a57b930831e28000c1a:/db/structure.sql?ds=sidebyside 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');