This commit is contained in:
albert
2013-03-20 00:13:35 -07:00
parent 3a91636039
commit ed70b09e5e
5 changed files with 28 additions and 4 deletions

View File

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