update_5.3.0-5.3.1.sql 321 B

1234567
  1. ALTER TABLE `flow_node` DROP COLUMN `skip_any_node`;
  2. ALTER TABLE `flow_node`
  3. ADD COLUMN `ext` text NULL COMMENT '扩展属性' AFTER `update_time`;
  4. ALTER TABLE `flow_user` ADD INDEX `user_associated`(`associated`) USING BTREE
  5. ALTER TABLE `sys_oss`
  6. ADD COLUMN `ext1` text NULL COMMENT '扩展属性' AFTER `url`;