修复 MySQL 数据库兼容性问题 - strftime 函数

This commit is contained in:
zhang1106
2025-12-26 15:17:07 +08:00
parent 53f372fcde
commit 2228dcebe2
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ if (DB_TYPE === 'mysql') {
});
}
module.exports = { sequelize };
module.exports = { sequelize, DB_TYPE };