mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +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.';
|