mirror of
https://github.com/coder/coder.git
synced 2025-07-10 23:53:15 +00:00
5 lines
118 B
SQL
5 lines
118 B
SQL
ALTER TABLE audit_logs
|
|
DROP COLUMN additional_fields,
|
|
DROP COLUMN request_id,
|
|
DROP COLUMN resource_icon;
|