mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 11:45:57 +08:00
流水线关联项目
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class AddSyncAndProjectIdToCiPipelines < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :ci_pipelines, :sync, :integer, null: false, comment: '0 未同步到gitea,1 已同步', default: 0
|
||||
add_column :ci_pipelines, :project_id, :integer
|
||||
add_column :ci_pipelines, :identifier, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user