EF Core 6.0 temporal tables - migration rollback doesn't work #27375
Labels
area-temporal-tables
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
Servicing-approved
type-bug
Milestone
By adding Temporal Table to an existing table (with different schema than default), the applied migration cannot be rolled back.
Update-Database
Rollback the migration
Update-Database -Migration 20220204152523_init
It seems the schema is missing in the generated SQL for dropping the history table.
Sample Project:
EfCore6-TemporalTables.zip
The text was updated successfully, but these errors were encountered: