mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
升级 cron-parser
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@ export default async () => {
|
||||
await sequelize.query(
|
||||
'alter table Crontabs add column log_name VARCHAR(255)',
|
||||
);
|
||||
} catch (error) {}
|
||||
} catch (error) { }
|
||||
try {
|
||||
await sequelize.query('alter table Envs add column isPinned NUMBER');
|
||||
} catch (error) {}
|
||||
|
||||
Reference in New Issue
Block a user