fix tests

This commit is contained in:
r888888888
2015-07-06 18:32:35 -07:00
parent 0a5f1b53ba
commit 8ef7462b6b
6 changed files with 3035 additions and 2968 deletions

View File

@@ -845,7 +845,8 @@ CREATE TABLE comments (
updated_at timestamp without time zone,
updater_id integer,
updater_ip_addr inet,
do_not_bump_post boolean DEFAULT false NOT NULL
do_not_bump_post boolean DEFAULT false NOT NULL,
is_deleted boolean DEFAULT false NOT NULL
);
@@ -7262,3 +7263,5 @@ INSERT INTO schema_migrations (version) VALUES ('20150623191904');
INSERT INTO schema_migrations (version) VALUES ('20150629235905');
INSERT INTO schema_migrations (version) VALUES ('20150705014135');