mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 11:45:57 +08:00
流水线增加用户字段
This commit is contained in:
5
db/migrate/20210118011710_add_login_to_ci_pipelines.rb
Normal file
5
db/migrate/20210118011710_add_login_to_ci_pipelines.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddLoginToCiPipelines < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :ci_pipelines, :login, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user