Merge branch 'standalone_develop' of https://gitlink.org.cn/Trustie/forgeplus into pm_project_develop

This commit is contained in:
2023-11-16 13:55:14 +08:00
3 changed files with 9 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddJournalParentIdIndex < ActiveRecord::Migration[5.2]
def change
add_index :journals, :parent_id
end
end