This commit is contained in:
albert
2013-02-19 13:50:30 -05:00
parent e725455dea
commit 0343220f8e
4 changed files with 16 additions and 2 deletions

View File

@@ -2476,7 +2476,8 @@ CREATE TABLE uploads (
md5_confirmation character varying(255),
created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL,
server text
server text,
parent_id integer
);
@@ -6177,4 +6178,6 @@ INSERT INTO schema_migrations (version) VALUES ('20130106210658');
INSERT INTO schema_migrations (version) VALUES ('20130114154400');
INSERT INTO schema_migrations (version) VALUES ('20130219171111');
INSERT INTO schema_migrations (version) VALUES ('20130219171111');
INSERT INTO schema_migrations (version) VALUES ('20130219184743');