增加流水线节点名称,和标识区分

This commit is contained in:
2024-05-31 10:56:46 +08:00
parent 62de4a0ac8
commit b96d52a84d
13 changed files with 39 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
class AddActionNodesLabel < ActiveRecord::Migration[5.2]
def change
add_column :action_nodes, :label, :string
end
end