mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
4 lines
160 B
SQL
4 lines
160 B
SQL
CREATE TYPE provisioner_daemon_status AS ENUM ('offline', 'idle', 'busy');
|
|
|
|
COMMENT ON TYPE provisioner_daemon_status IS 'The status of a provisioner daemon.';
|