mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: add auto-locking/deleting workspace based on template config (#8240)
This commit is contained in:
@ -0,0 +1 @@
|
||||
-- It's not possible to delete enum values.
|
@ -0,0 +1,5 @@
|
||||
BEGIN;
|
||||
ALTER TYPE build_reason ADD VALUE IF NOT EXISTS 'autolock';
|
||||
ALTER TYPE build_reason ADD VALUE IF NOT EXISTS 'failedstop';
|
||||
ALTER TYPE build_reason ADD VALUE IF NOT EXISTS 'autodelete';
|
||||
COMMIT;
|
Reference in New Issue
Block a user