fit:修复flyway导致的启动报错

This commit is contained in:
高大 2026-01-29 17:24:30 +08:00
parent 2ac899c9f7
commit e3969b1560
1 changed files with 1 additions and 1 deletions

View File

@ -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 '主键',