feat: disable/enable users (#437)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Kyle Mendell
2025-04-18 15:38:50 +00:00
committed by GitHub
co-authored by Elias Schneider
parent 56a8b5d0c0
commit c843a60131
24 changed files with 245 additions and 56 deletions
@@ -0,0 +1,4 @@
DROP INDEX idx_users_disabled;
ALTER TABLE users
DROP COLUMN disabled;