mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add table name for audit_log
This commit is contained in:
parent
b380f09b06
commit
2dc85e6f27
@ -34,6 +34,9 @@ class AuditLog(BaseModel):
|
|||||||
) # When auditing global events, use server ID 0
|
) # When auditing global events, use server ID 0
|
||||||
log_msg = TextField(default="")
|
log_msg = TextField(default="")
|
||||||
|
|
||||||
|
class Meta:
|
||||||
|
table_name = "audit_log"
|
||||||
|
|
||||||
|
|
||||||
# **********************************************************************************
|
# **********************************************************************************
|
||||||
# Host_Stats Class
|
# Host_Stats Class
|
||||||
|
Loading…
Reference in New Issue
Block a user