Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class RemoveNsigParentFromWallets < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :wallets, :nsig
|
||||
remove_column :wallets, :parent
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user