From 424e7369825ee824b3873412dcf46a55e749b630 Mon Sep 17 00:00:00 2001 From: Pistos Date: Mon, 17 Oct 2011 11:53:40 -0400 Subject: [PATCH] Correct down migration for photo migration under PostgreSQL. --- ...12215141_move_photos_to_their_own_table.rb | 35 ++++++++++++++----- 1 file changed, 27 insertions(+), 8 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 fba0c3fca..c4463ba83 100644 --- a/db/migrate/20111012215141_move_photos_to_their_own_table.rb +++ b/db/migrate/20111012215141_move_photos_to_their_own_table.rb @@ -40,15 +40,24 @@ SQL def self.down - execute <