stopgap measure for #1210
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user