penpot/backend/src/app/migrations/sql/0059-mod-audit-log-table.sql
2021-06-10 10:56:39 +02:00

2 lines
54 B
SQL

ALTER TABLE audit_log
ADD COLUMN ip_addr inet NULL;