From e3969b15606d97408636fb0ee4f909817c5f27a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=A4=A7?= <1504665037@qq.com> Date: Thu, 29 Jan 2026 17:24:30 +0800 Subject: [PATCH] =?UTF-8?q?fit:=E4=BF=AE=E5=A4=8Dflyway=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E5=90=AF=E5=8A=A8=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V5__Create_air_type_general_enum_table.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/db/migration/V5__Create_air_type_general_enum_table.sql b/src/main/resources/db/migration/V5__Create_air_type_general_enum_table.sql index b3ccef9..1adc428 100644 --- a/src/main/resources/db/migration/V5__Create_air_type_general_enum_table.sql +++ b/src/main/resources/db/migration/V5__Create_air_type_general_enum_table.sql @@ -1,4 +1,4 @@ -DROP TABLE IF EXISTS `air_type_general_enum`; + CREATE TABLE IF NOT EXISTS `air_type_general_enum` ( `id` BIGINT NOT NULL AUTO_INCREMENT COMMENT '主键',