Skip to main content

max / makenotwork

233 B · 5 lines History Blame Raw
1 -- Self-service account deactivation ("limbo" state).
2 -- When set, the account cannot create anything new. The user can only
3 -- reactivate, export data, or permanently delete.
4 ALTER TABLE users ADD COLUMN deactivated_at TIMESTAMPTZ;
5