mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
FIX update devops process
This commit is contained in:
5
db/migrate/20200731073851_add_devops_step_to_users.rb
Normal file
5
db/migrate/20200731073851_add_devops_step_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddDevopsStepToUsers < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :users, :devops_step, :integer, default: 0, comment: '0: uninit devops; 1: unverified; 2: verified'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user