流水线pipeline_type

This commit is contained in:
2025-03-19 12:04:56 +08:00
parent ffa4c6e870
commit ec13987023
5 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
class AddPipelinesType < ActiveRecord::Migration[5.2]
def change
add_column :action_pipelines, :pipeline_type, :integer, :default => 1
end
end