mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 19:55:56 +08:00
fixed action类型修改为node_type
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class AddActionNodesType < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :action_nodes, :type, :string
|
||||
add_column :action_nodes, :node_type, :string
|
||||
add_column :action_nodes, :is_mutil_link, :boolean
|
||||
add_column :action_nodes, :link_type, :string
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user