Delete 20140210025850_add_featured_to_maps.rb

This commit is contained in:
Connoropolous 2014-04-30 20:40:28 -04:00
parent 756823a1c8
commit c79047d897

View file

@ -1,7 +0,0 @@
class AddFeaturedToMaps < ActiveRecord::Migration
def change
add_column :maps, :featured, :boolean
Map.reset_column_information
Map.update_all(:featured => false)
end
end