mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复sqlite数据操作类型
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ export default async () => {
|
||||
db.authDb.persistence.compactDatafile();
|
||||
|
||||
try {
|
||||
await sequelize.sync();
|
||||
await sequelize.sync({ alter: true });
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user