Add source ip to the audit-log.

This commit is contained in:
Andrey Antukh 2021-06-09 16:59:04 +02:00 committed by Alonso Torres
parent ff3caec36c
commit f95705d2d6
4 changed files with 51 additions and 22 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE audit_log
ADD COLUMN ip_addr inet NULL;