stopgap measure for #1210

This commit is contained in:
r888888888
2013-04-26 17:54:38 -07:00
parent 31464d54b5
commit e861425315
5 changed files with 49 additions and 2 deletions

View File

@@ -2058,7 +2058,8 @@ CREATE TABLE pool_versions (
updater_id integer NOT NULL,
updater_ip_addr inet 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,
name character varying(255)
);
@@ -6409,4 +6410,6 @@ INSERT INTO schema_migrations (version) VALUES ('20130401013601');
INSERT INTO schema_migrations (version) VALUES ('20130409191950');
INSERT INTO schema_migrations (version) VALUES ('20130417221643');
INSERT INTO schema_migrations (version) VALUES ('20130417221643');
INSERT INTO schema_migrations (version) VALUES ('20130424121410');