fix(tests): realign test expectations with V011 (ADM-001) seed — 22 permisos + Medios fixture

This commit is contained in:
2026-04-16 19:04:06 -03:00
parent f672de78ce
commit a1a8e6e0cb
6 changed files with 20 additions and 6 deletions

View File

@@ -36,6 +36,9 @@ public sealed class V009MigrationTests : IAsyncLifetime
new Respawn.Graph.Table("dbo", "Rol_History"),
new Respawn.Graph.Table("dbo", "Permiso_History"),
new Respawn.Graph.Table("dbo", "RolPermiso_History"),
// ADM-001 (V011): Medio + Seccion are temporal — history tables cannot be directly deleted.
new Respawn.Graph.Table("dbo", "Medio_History"),
new Respawn.Graph.Table("dbo", "Seccion_History"),
]
});