Initial commit
This commit is contained in:
5
db/migrate/20190726161540_drop_step_from_blockchain.rb
Normal file
5
db/migrate/20190726161540_drop_step_from_blockchain.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class DropStepFromBlockchain < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :blockchains, :step, :integer, default: 6, null: false, after: :height
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user