X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3ca027f3d65b34dcdb908283027aa122fd26bd8f..1b0028574ad112b6dea79e22c21cfc3f51f11a34:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 5f71a9fb4..339533b92 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1006,7 +1006,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 ); @@ -2267,6 +2269,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');