This commit is contained in:
r888888888
2015-07-21 15:23:48 -07:00
parent 64673c10bb
commit a39e390e24
6 changed files with 47 additions and 6 deletions

View File

@@ -2575,7 +2575,8 @@ CREATE TABLE post_disapprovals (
user_id integer NOT NULL,
post_id integer NOT NULL,
created_at timestamp without time zone,
updated_at timestamp without time zone
updated_at timestamp without time zone,
reason character varying(255) DEFAULT 'legacy'::character varying
);
@@ -7265,3 +7266,5 @@ INSERT INTO schema_migrations (version) VALUES ('20150629235905');
INSERT INTO schema_migrations (version) VALUES ('20150705014135');
INSERT INTO schema_migrations (version) VALUES ('20150721214646');