mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
5 lines
81 B
SQL
5 lines
81 B
SQL
ALTER TABLE ONLY users
|
|
DROP COLUMN IF EXISTS status;
|
|
|
|
DROP TYPE user_status;
|