remove crypto balance from backend
This commit is contained in:
7
db/migrate/20210913231405_drop_balance.rb
Normal file
7
db/migrate/20210913231405_drop_balance.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
class DropBalance < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
# rubocop:disable Rails/ReversibleMigration
|
||||
drop_table(:balances)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user