coder/coderd/database/migrations/000082_add_audit_log_nullab...

3 lines
116 B
SQL

ALTER TABLE audit_logs ALTER COLUMN ip DROP NOT NULL;
ALTER TABLE audit_logs ALTER COLUMN user_agent DROP NOT NULL;