1
This commit is contained in:
@@ -34,7 +34,6 @@ async function syncAllModels() {
|
||||
|
||||
// 执行同步
|
||||
await model.sync({ alter: true });
|
||||
console.log(`✅ ${modelName} 同步完成`);
|
||||
|
||||
return { modelName, success: true };
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user