X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4377418d53a668d369b38f298db46cb7ef68b0de..7599f98957334d1924550205f7ba12a726de7eb0:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 5c1fa3eea..84c38c86e 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1102,7 +1102,9 @@ CREATE TABLE users ( description_format format_enum DEFAULT 'html'::format_enum NOT NULL, image_fingerprint character varying(255), changesets_count integer DEFAULT 0 NOT NULL, - traces_count integer DEFAULT 0 NOT NULL + traces_count integer DEFAULT 0 NOT NULL, + diary_entries_count integer DEFAULT 0 NOT NULL, + image_use_gravatar boolean DEFAULT true NOT NULL ); @@ -2441,6 +2443,10 @@ INSERT INTO schema_migrations (version) VALUES ('20120404205604'); 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');