projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8cdd6b6
)
Update database schema
author
Tom Hughes
<tom@compton.nu>
Thu, 18 Oct 2012 17:58:42 +0000
(18:58 +0100)
committer
Tom Hughes
<tom@compton.nu>
Thu, 18 Oct 2012 17:59:39 +0000
(18:59 +0100)
db/structure.sql
patch
|
blob
|
history
diff --git
a/db/structure.sql
b/db/structure.sql
index c029e94e0683104ff77fa9ea3d09e03de61383e7..339533b9292763cc9bed0b0bc0a8fa4a424fe451 100644
(file)
--- 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,
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 ('20121005195010');
+INSERT INTO schema_migrations (version) VALUES ('20121012044047');
+
INSERT INTO schema_migrations (version) VALUES ('21');
INSERT INTO schema_migrations (version) VALUES ('22');
INSERT INTO schema_migrations (version) VALUES ('21');
INSERT INTO schema_migrations (version) VALUES ('22');