mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 11:45:57 +08:00
FIX 优化ci初始化流程
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddCiUserIdToCiCloudAccounts < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :ci_cloud_accounts, :ci_user_id, :integer
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,7 @@
|
||||
class RemoveProjectIdFromCiCloudAccounts < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
remove_column :ci_cloud_accounts, :project_id
|
||||
remove_column :ci_cloud_accounts, :repo_id
|
||||
remove_column :ci_cloud_accounts, :drone_token
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user