From: Tom Hughes Date: Thu, 18 Oct 2012 17:58:42 +0000 (+0100) Subject: Update database schema X-Git-Tag: live~5289 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1b0028574ad112b6dea79e22c21cfc3f51f11a34?ds=sidebyside Update database schema --- diff --git a/db/structure.sql b/db/structure.sql index c029e94e0..339533b92 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -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');