chore(models): remove dead MongoDB Article, Comment, Tag models

Migration to MySQL is complete for these three entities — ArticleService,
CommentService, and TagService all use Sequelize exclusively. No remaining
references to the Mongoose versions anywhere in the codebase.
This commit is contained in:
2026-04-25 21:49:03 +02:00
parent 65f70abf30
commit 07de469acb
4 changed files with 0 additions and 100 deletions
-3
View File
@@ -10,9 +10,6 @@ exports.QcmCategory = require('./QcmCategory');
exports.QcmQuestion = require('./QcmQuestion');
exports.QcmChoice = require('./QcmChoice');
exports.X2DataLog = require('./X2DataLog');
exports.Article = require('./Article');
exports.Comment = require('./Comment');
exports.Tag = require('./Tag');
exports.HWClan = require('./herowars/Clan');
exports.HWMember = require('./herowars/Member');