mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add audit table.
This commit is contained in:
@@ -494,4 +494,10 @@ namespace Marechai.Database
|
||||
{
|
||||
Normal = 0, Low = 1, High = 2
|
||||
}
|
||||
|
||||
public enum AuditType : byte
|
||||
{
|
||||
None = 0, Created = 1, Updated = 2,
|
||||
Deleted = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user