订阅同步表字段

This commit is contained in:
whyour 2022-05-20 11:18:40 +08:00
parent 61e0e8dbe2
commit 3aed5ef955

View File

@ -18,7 +18,7 @@ export default async () => {
await AppModel.sync();
await AuthModel.sync();
await EnvModel.sync();
await SubscriptionModel.sync();
await SubscriptionModel.sync({ alter: true });
await sequelize.sync();