Commit 58f0123d
Changed files (1)
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