Initial commit
This commit is contained in:
6
db/migrate/20180704103131_remove_solvency.rb
Normal file
6
db/migrate/20180704103131_remove_solvency.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class RemoveSolvency < ActiveRecord::Migration[4.2]
|
||||
def change
|
||||
drop_table :partial_trees
|
||||
drop_table :proofs
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user