mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
* adding workspace_build resource * added migration * fix keyword * got rid oof diffs for workspace builds * adding workspace name to string * renamed migrations * fixed lint * pass throough AdditionalFields and fix tests * no need to pass through each handler * cleaned up migrations * generated types; fixed missing cases * logging error
5 lines
182 B
SQL
5 lines
182 B
SQL
ALTER TYPE audit_action ADD VALUE IF NOT EXISTS 'start';
|
|
ALTER TYPE audit_action ADD VALUE IF NOT EXISTS 'stop';
|
|
|
|
ALTER TYPE resource_type ADD VALUE IF NOT EXISTS 'workspace_build';
|