From 982e6f9b6b15400f989b439f8b3e1672d09f5c3a Mon Sep 17 00:00:00 2001 From: Pistos Date: Mon, 17 Oct 2011 10:52:03 -0400 Subject: [PATCH] Added missing rollback for photo migration. --- ...12215141_move_photos_to_their_own_table.rb | 33 +++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/db/migrate/20111012215141_move_photos_to_their_own_table.rb b/db/migrate/20111012215141_move_photos_to_their_own_table.rb index 0bec98f25..fba0c3fca 100644 --- a/db/migrate/20111012215141_move_photos_to_their_own_table.rb +++ b/db/migrate/20111012215141_move_photos_to_their_own_table.rb @@ -48,7 +48,35 @@ INSERT INTO posts FROM photos SQL - execute <