mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
3 lines
148 B
SQL
3 lines
148 B
SQL
ALTER TYPE user_status ADD VALUE IF NOT EXISTS 'dormant';
|
|
COMMENT ON TYPE user_status IS 'Defines the user status: active, dormant, or suspended.';
|