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)
);
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');