findulov / EntityFrameworkCore.TemporalTables

Extension library which allows developers to easily use temporal tables in SQL Server using Entity Framework Core.
MIT License
63 stars 19 forks source link

Add Temporal Tables Retention Policy #11

Open KarlJorgen opened 4 years ago

KarlJorgen commented 4 years ago

It coulld be nice to add the possibility to add retention policy for all/specific historical tables.

https://docs.microsoft.com/en-us/sql/relational-databases/tables/manage-retention-of-historical-data-in-system-versioned-temporal-tables?view=sql-server-ver15#using-temporal-history-retention-policy-approach

findulov commented 4 years ago

This would be very useful to have in the future release, thanks for the suggestion.