]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Merge branch 'master' into notes
[rails.git] / db / structure.sql
index 5c1fa3eea79b0742f98fab4c3bc968480594fba0..102a95cf2c73663413931b9c5ac87f18790de527 100644 (file)
@@ -1102,7 +1102,8 @@ 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
 );
 
 
@@ -2441,6 +2442,8 @@ 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 ('21');
 
 INSERT INTO schema_migrations (version) VALUES ('22');