mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: update build_reason 'autolock' -> 'dormancy' (#11074)
This commit is contained in:
2
coderd/database/dump.sql
generated
2
coderd/database/dump.sql
generated
@ -31,7 +31,7 @@ CREATE TYPE build_reason AS ENUM (
|
||||
'initiator',
|
||||
'autostart',
|
||||
'autostop',
|
||||
'autolock',
|
||||
'dormancy',
|
||||
'failedstop',
|
||||
'autodelete'
|
||||
);
|
||||
|
Reference in New Issue
Block a user