-
-
Couldn't load subscription status.
- Fork 1.2k
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpriority: high
Milestone
Description
During administration clients, scopes, users, roles may be important to have control on it's history.
One of the cheap way to get changes history could be SQL server Track Data Changes feature.
- Add feature for SQL server
https://docs.microsoft.com/en-us/sql/relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server?view=sql-server-2017 - Add views to read tracking changes tables and build around them AuditDbContext.
Second options is to realize it on application level by using EF handlers and changetracker.
https://blog.tonysneed.com/2017/10/01/trackable-entities-for-ef-core/
alhardy, skoruba, xmichaelx, mahmudarslan and pbros
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededpriority: high