V[年月日]_[序号]__[模块名缩写]_[操作类型]_[业务描述].sql
例如:
V20240104_1__easyoa_add_field_attendance.sql R__202402_drag_update_template.sql
backup目录下目录:`jeecg-system-start\src\main\resources\flyway\sql\mysql`
-- 删除历史增量执行日志 delete from flyway_schema_history where installed_rank > 1;