mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 11:45:57 +08:00
修改模板查询相关接口
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddParentCategoryToCiTemplates < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :ci_templates, :parent_category, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user