Initial commit
This commit is contained in:
5
db/migrate/20180522121046_market_visible_to_enabled.rb
Normal file
5
db/migrate/20180522121046_market_visible_to_enabled.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class MarketVisibleToEnabled < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
rename_column :markets, :visible, :enabled
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user