Initial commit
This commit is contained in:
5
db/migrate/20190617090551_add_retries_to_withdraw.rb
Normal file
5
db/migrate/20190617090551_add_retries_to_withdraw.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddRetriesToWithdraw < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :withdraws, :attempts, :integer, default: 0, null: false, after: :aasm_state
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user