From 26ff982a195d25627bcbd0aa302d68f5d2cca86c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=98=89=E8=B1=AA?= <42510293+ziyujiahao@users.noreply.github.com> Date: Wed, 21 Jan 2026 18:55:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8F=98=E6=9B=B4flyway=E7=BC=96?= =?UTF-8?q?=E5=8F=B7=20(#17855)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/desktop/{V2.10.19_2__ddl.sql => V2.10.19.1__ddl.sql} | 0 .../db/migration/{V2.10.19_2_ddl.sql => V2.10.19.1__ddl.sql} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename core/core-backend/src/main/resources/db/desktop/{V2.10.19_2__ddl.sql => V2.10.19.1__ddl.sql} (100%) rename core/core-backend/src/main/resources/db/migration/{V2.10.19_2_ddl.sql => V2.10.19.1__ddl.sql} (100%) diff --git a/core/core-backend/src/main/resources/db/desktop/V2.10.19_2__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.10.19.1__ddl.sql similarity index 100% rename from core/core-backend/src/main/resources/db/desktop/V2.10.19_2__ddl.sql rename to core/core-backend/src/main/resources/db/desktop/V2.10.19.1__ddl.sql diff --git a/core/core-backend/src/main/resources/db/migration/V2.10.19_2_ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.10.19.1__ddl.sql similarity index 100% rename from core/core-backend/src/main/resources/db/migration/V2.10.19_2_ddl.sql rename to core/core-backend/src/main/resources/db/migration/V2.10.19.1__ddl.sql