Files
coder/coderd/database/migrations/000115_workspace_proxy_resource.down.sql
Steven Masley b2892c3d17 test: Increase test coverage on auditable resources (#7038)
* test: Increase test coverage on auditable resources

When adding a new audit resource, we also need to add it to the
function switch statements. This is a likely mistake, now a unit
test will check this for you
2023-04-06 16:16:53 -05:00

3 lines
92 B
SQL

-- It's not possible to drop enum values from enum types, so the UP has "IF NOT
-- EXISTS".