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

3 lines
114 B
SQL

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