fix: add new migration version to test whitelist

This commit is contained in:
dalamudx
2026-05-17 21:42:56 +08:00
parent 2cb01f7a69
commit cf2c74e8e8

View File

@@ -587,6 +587,7 @@ fn mysql_and_sqlite_migrations_include_enabled_incrementals() {
20260512000000,
20260512090000,
20260512110000,
20260517000000,
]
);
assert_eq!(
@@ -603,6 +604,7 @@ fn mysql_and_sqlite_migrations_include_enabled_incrementals() {
20260512000000,
20260512090000,
20260512110000,
20260517000000,
]
);
}