Version:NodeBB v3.7.1
DataBase: MongoDB 7
Theme:Harmony
Tryed: Search "Category" on Doc and Community;Try to find related plugins
Like:
Before:
/category/1/A
/category/2/B
Then delete category B and add new one
/category/1/A
/category/2/B
After:
/category/1/A
/category/3/C
I want to:
/category/1/A
/category/2/C
Q:
Can I update the category's sequential id's so they are in order, do I have to update the database, or is there any documentation link reference? Thank you!