Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveNotNullFromCurrencyOptions < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
change_column :currencies, :options, :string, limit: 1000, default: '{}', null: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user