mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
支持定时任务视图筛选条件关系切换
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ export default async () => {
|
||||
await AppModel.sync();
|
||||
await AuthModel.sync();
|
||||
await EnvModel.sync();
|
||||
await SubscriptionModel.sync();
|
||||
await CrontabViewModel.sync();
|
||||
await SubscriptionModel.sync({ alter: true });
|
||||
await CrontabViewModel.sync({ alter: true });
|
||||
|
||||
// try {
|
||||
// const queryInterface = sequelize.getQueryInterface();
|
||||
|
||||
Reference in New Issue
Block a user