feat(backup): 添加远端备份功能并优化备份管理
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ async function syncConsumableModels() {
|
||||
const ConsumableLogArchive = require('./models/ConsumableLogArchive');
|
||||
|
||||
await Promise.all([
|
||||
Consumable.sync({ alter: true }),
|
||||
Consumable.sync(), // 暂时禁用 alter 模式
|
||||
ConsumableLog.sync(),
|
||||
ConsumableCategory.sync(),
|
||||
ConsumableRecord.sync(),
|
||||
|
||||
Reference in New Issue
Block a user