refactor: 移除文件状态并修复工具上下文关联
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- 空迁移:用于对齐 _sqlx_migrations 表中已记录但文件丢失的迁移
|
||||
-- 该迁移已被之前的某次运行应用过,但对应文件被删除/重命名
|
||||
-- 此文件仅用于让 sqlx 迁移校验通过,不执行任何 DDL
|
||||
SELECT 1;
|
||||
Reference in New Issue
Block a user