forked from Gitlink/forgeplus
add use_blockchain column into table: projects
This commit is contained in:
parent
da9d268e04
commit
213c24892d
|
@ -0,0 +1,5 @@
|
|||
class AddUseBlockchainToProjects < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :projects, :use_blockchain, :boolean, default: 0
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue