mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-17 10:15:57 +08:00
Merge branch 'standalone_develop' of https://gitlink.org.cn/Trustie/forgeplus into pm_project_develop
This commit is contained in:
5
db/migrate/20231115126452_add_journal_parent_id_index.rb
Normal file
5
db/migrate/20231115126452_add_journal_parent_id_index.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddJournalParentIdIndex < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_index :journals, :parent_id
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user