This commit is contained in:
albert
2013-03-17 20:33:25 -04:00
parent 9210a72c4c
commit 28a40aeee4
6 changed files with 38 additions and 3 deletions

View File

@@ -684,7 +684,9 @@ CREATE TABLE comments (
body_index tsvector NOT NULL,
score integer DEFAULT 0 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,
updater_ip_addr inet
);
@@ -6240,4 +6242,6 @@ INSERT INTO schema_migrations (version) VALUES ('20130305005138');
INSERT INTO schema_migrations (version) VALUES ('20130307225324');
INSERT INTO schema_migrations (version) VALUES ('20130308204213');
INSERT INTO schema_migrations (version) VALUES ('20130308204213');
INSERT INTO schema_migrations (version) VALUES ('20130318002652');