mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 14:06:12 +02:00
✨ Add source ip to the audit-log.
This commit is contained in:
parent
ff3caec36c
commit
f95705d2d6
4 changed files with 51 additions and 22 deletions
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE audit_log
|
||||
ADD COLUMN ip_addr inet NULL;
|
Loading…
Add table
Add a link
Reference in a new issue