chore: update build_reason 'autolock' -> 'dormancy' (#11074)

This commit is contained in:
Jon Ayers
2023-12-07 17:11:57 -06:00
committed by GitHub
parent 8221544514
commit ce49a55f56
8 changed files with 34 additions and 54 deletions

View File

@ -31,7 +31,7 @@ CREATE TYPE build_reason AS ENUM (
'initiator',
'autostart',
'autostop',
'autolock',
'dormancy',
'failedstop',
'autodelete'
);