Update database schema
This commit is contained in:
parent
8cdd6b6a1c
commit
1b0028574a
1 changed files with 4 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue