diff --git a/src/main/resources/neatlogic/resources/framework/changelog/2025-05-22/neatlogic_tenant.sql b/src/main/resources/neatlogic/resources/framework/changelog/2025-05-22/neatlogic_tenant.sql new file mode 100644 index 0000000000000000000000000000000000000000..003ba159319e091345c9d171df75038789f14046 --- /dev/null +++ b/src/main/resources/neatlogic/resources/framework/changelog/2025-05-22/neatlogic_tenant.sql @@ -0,0 +1,4 @@ +ALTER TABLE `dependency` + CHANGE `from` `from` VARCHAR (200) CHARSET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '被引用方(上游)标识'; +ALTER TABLE `dependency` + CHANGE `to` `to` VARCHAR (200) CHARSET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL COMMENT '下游标识'; \ No newline at end of file diff --git a/src/main/resources/neatlogic/resources/framework/changelog/2025-05-22/version.json b/src/main/resources/neatlogic/resources/framework/changelog/2025-05-22/version.json new file mode 100644 index 0000000000000000000000000000000000000000..3f052d6e5d04a458abceedd4dca264a2d234e822 --- /dev/null +++ b/src/main/resources/neatlogic/resources/framework/changelog/2025-05-22/version.json @@ -0,0 +1,12 @@ +{ + "content": [ + { + "type": "修复", + "detail": [ + { + "msg": "1.保存自定义工具报错" + } + ] + } + ] +}