From b180653f2861bc2d4f6aa16ca590ac2e68197df4 Mon Sep 17 00:00:00 2001 From: taojinlong Date: Thu, 18 Dec 2025 12:41:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90=E6=95=B0=E6=8D=AE=E9=9B=86?= =?UTF-8?q?=E3=80=91=E5=AF=BC=E5=87=BA=E6=95=B0=E6=8D=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/db/desktop/V2.10.18__ddl.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 core/core-backend/src/main/resources/db/desktop/V2.10.18__ddl.sql diff --git a/core/core-backend/src/main/resources/db/desktop/V2.10.18__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.10.18__ddl.sql new file mode 100644 index 0000000000..06a6b4262c --- /dev/null +++ b/core/core-backend/src/main/resources/db/desktop/V2.10.18__ddl.sql @@ -0,0 +1,3 @@ +alter table `core_dataset_table_field` + add `order_checked` tinyint(1) default 0 null comment '是否排序'; +