mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 11:45:57 +08:00
流水线pipeline_type
This commit is contained in:
5
db/migrate/202503180515147_add_pipelines_type.rb
Normal file
5
db/migrate/202503180515147_add_pipelines_type.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPipelinesType < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :action_pipelines, :pipeline_type, :integer, :default => 1
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user