fixes #989
This commit is contained in:
@@ -2672,7 +2672,8 @@ CREATE TABLE wiki_pages (
|
||||
body_index tsvector NOT NULL,
|
||||
is_locked boolean DEFAULT false NOT NULL,
|
||||
created_at timestamp without time zone NOT NULL,
|
||||
updated_at timestamp without time zone NOT NULL
|
||||
updated_at timestamp without time zone NOT NULL,
|
||||
updater_id integer
|
||||
);
|
||||
|
||||
|
||||
@@ -6258,4 +6259,6 @@ INSERT INTO schema_migrations (version) VALUES ('20130318030619');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130318031705');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130318231740');
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130318231740');
|
||||
|
||||
INSERT INTO schema_migrations (version) VALUES ('20130320070700');
|
||||
Reference in New Issue
Block a user