feat(cloud): pause/reactivate members (#184)

* feat: add paused member status

* feat: add paused badge to member table

* chore: add translations

* feat: unpause all members on pro activation
This commit is contained in:
Henry
2025-09-18 22:09:42 +01:00
committed by GitHub
parent 6738fddc5f
commit cea5cf84c8
20 changed files with 2699 additions and 9 deletions

View File

@@ -0,0 +1 @@
ALTER TYPE "public"."member_status" ADD VALUE 'paused';