mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
订阅同步表字段
This commit is contained in:
parent
189826c5db
commit
ef71e13139
|
@ -18,7 +18,7 @@ export default async () => {
|
||||||
await AppModel.sync();
|
await AppModel.sync();
|
||||||
await AuthModel.sync();
|
await AuthModel.sync();
|
||||||
await EnvModel.sync();
|
await EnvModel.sync();
|
||||||
await SubscriptionModel.sync();
|
await SubscriptionModel.sync({ alter: true });
|
||||||
|
|
||||||
await sequelize.sync();
|
await sequelize.sync();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user