feat:项目初始化。

This commit is contained in:
tianyongbao
2025-10-11 22:26:23 +08:00
parent 0084b92ca3
commit 1e5013a1eb
835 changed files with 82895 additions and 212 deletions

View File

@@ -0,0 +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`;