update warm-flow 1.6.7 => 1.6.8

This commit is contained in:
疯狂的狮子Li
2025-03-19 11:38:25 +08:00
parent 430ae3a2a4
commit 820c56cfed
7 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
ALTER TABLE `flow_node` DROP COLUMN `skip_any_node`;
ALTER TABLE `flow_node`
ADD COLUMN `ext` text NULL COMMENT '扩展属性' AFTER `update_time`;
ALTER TABLE `flow_user` ADD INDEX `user_associated`(`associated`) USING BTREE
ALTER TABLE `sys_oss`
ADD COLUMN `ext1` text NULL COMMENT '扩展属性' AFTER `url`;