修改模板查询相关接口

This commit is contained in:
moshenglv
2021-01-12 13:54:11 +08:00
parent 77529319a1
commit bcb4e78829
6 changed files with 43 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
class AddParentCategoryToCiTemplates < ActiveRecord::Migration[5.2]
def change
add_column :ci_templates, :parent_category, :string
end
end