Browse Source

add use_blockchain column into table: projects

pull/319/head
nigel007 5 years ago
parent
commit
213c24892d
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      db/migrate/20201230070048_add_use_blockchain_to_projects.rb

+ 5
- 0
db/migrate/20201230070048_add_use_blockchain_to_projects.rb View File

@@ -0,0 +1,5 @@
class AddUseBlockchainToProjects < ActiveRecord::Migration[5.2]
def change
add_column :projects, :use_blockchain, :boolean, default: 0
end
end

Loading…
Cancel
Save