Skip to content

Commit

Permalink
chore: switch db type to inet
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Jun 14, 2022
1 parent eafe66e commit 5e10354
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-- Add IP Address to audit log
ALTER TABLE auth.audit_log_entries
ADD COLUMN IF NOT EXISTS ip_address VARCHAR(256) NOT NULL DEFAULT '';
ADD COLUMN IF NOT EXISTS ip_address inet NULL;

0 comments on commit 5e10354

Please sign in to comment.