Skip to content

Commit 7568953

Browse files
fix: increase size of ip address field
1 parent df6bf87 commit 7568953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-- Add IP Address to audit log
22
ALTER TABLE auth.audit_log_entries
3-
ADD COLUMN IF NOT EXISTS ip_address VARCHAR(32) NOT NULL DEFAULT '';
3+
ADD COLUMN IF NOT EXISTS ip_address VARCHAR(64) NOT NULL DEFAULT '';

0 commit comments

Comments
 (0)