mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 05:35:46 +08:00
6 lines
126 B
Ruby
6 lines
126 B
Ruby
class AddActionNodesLabel < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :action_nodes, :label, :string
|
|
end
|
|
end
|