mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
创建多条流水线、模板管理
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddBranchAndEventAndShaToCiPipelines < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :ci_pipelines, :branch, :string
|
||||
add_column :ci_pipelines, :event, :string
|
||||
add_column :ci_pipelines, :sha, :string
|
||||
end
|
||||
end
|
||||
5
db/migrate/20210126071814_add_login_to_ci_templates.rb
Normal file
5
db/migrate/20210126071814_add_login_to_ci_templates.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddLoginToCiTemplates < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :ci_templates, :login, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user