Commit 58f0123d

mo k <mo@mokhan.ca>
2012-11-08 03:24:39
add down step to last migration
1 parent 6a84fba
db/migrate/20121108031631_remove_is_primary_from_photos.rb
@@ -4,5 +4,6 @@ class RemoveIsPrimaryFromPhotos < ActiveRecord::Migration
   end
 
   def down
+    add_column :photos, :is_primary, :boolean, :default => false
   end
 end