流水线增加用户字段

This commit is contained in:
moshenglv
2021-01-18 09:32:23 +08:00
parent 9af0ff4a71
commit 2d99713cd0
4 changed files with 20 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
class AddLoginToCiPipelines < ActiveRecord::Migration[5.2]
def change
add_column :ci_pipelines, :login, :string
end
end