Integrate Flowgram visual workflow editor: update data models and add dependencies

Co-authored-by: whyour <22700758+whyour@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-09 10:27:36 +00:00
co-authored by whyour
parent 3b95ea64d3
commit fffc1e4fd1
6 changed files with 219 additions and 9 deletions
+3
View File
@@ -60,6 +60,9 @@ export default async () => {
try {
await sequelize.query('alter table Crontabs add column task_after TEXT');
} catch (error) {}
try {
await sequelize.query('alter table Scenarios add column workflowGraph JSON');
} catch (error) {}
Logger.info('✌️ DB loaded');
} catch (error) {