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