Delete 20140210025850_add_featured_to_maps.rb
This commit is contained in:
parent
756823a1c8
commit
c79047d897
1 changed files with 0 additions and 7 deletions
|
@ -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
|
Loading…
Reference in a new issue