mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
850a83097c
* Add deleted column to the users table * Fix user indexes * Add frontend * Add test
3 lines
43 B
SQL
3 lines
43 B
SQL
ALTER TABLE users
|
|
DROP COLUMN deleted;
|