mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
* auditing failed builds * logging workspace build successes * remove duplicate workspace build entry * fixed workspacebuilds_test * PR feedback * lint and migrations * fix nil auditors * workspace_build test * fixed workspaces_teest Co-authored-by: Colin Adler <colin1adler@gmail.com>
3 lines
114 B
SQL
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;
|