mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-13 08:15:55 +08:00
增加流水线节点名称,和标识区分
This commit is contained in:
5
db/migrate/20240408010103_add_action_nodes_label.rb
Normal file
5
db/migrate/20240408010103_add_action_nodes_label.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddActionNodesLabel < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :action_nodes, :label, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user