X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/42b329ed82c7899b970e1f0fd8d6d29fd625f7d5..69b9cafb57210b34287808aff246ca7edc577a08:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 5c4fdf8c7..1d6170bc4 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -1072,7 +1072,8 @@ CREATE TABLE users ( changesets_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 + image_use_gravatar boolean DEFAULT true NOT NULL, + image_content_type character varying(255) ); @@ -2423,6 +2424,8 @@ INSERT INTO schema_migrations (version) VALUES ('20140115192822'); INSERT INTO schema_migrations (version) VALUES ('20140117185510'); +INSERT INTO schema_migrations (version) VALUES ('20140210003018'); + INSERT INTO schema_migrations (version) VALUES ('21'); INSERT INTO schema_migrations (version) VALUES ('22');