We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae61e9 commit 9b927a8Copy full SHA for 9b927a8
src/Audit.EntityFramework/README.md
@@ -255,7 +255,7 @@ for each entity type in a table with similar structure.
255
For example, you want to audit the `Order` and `OrderItem` entity types into the `Audit_Order` and `Audit_OrderItem` trail tables respectively,
256
and the structure of the `Audit_*` tables mimic the original table plus some fields like the event date, an action and the username.
257
258
-[IMAGE]
+
259
260
Note the audit trail tables must be mapped on the same model as the audited entities.
261
@@ -348,4 +348,4 @@ Audit.Core.Configuration.Setup()
348
// This common action executes for every audited entity
349
auditEntity.AuditDate = DateTime.UtcNow;
350
})));
351
-```
+```
0 commit comments