feat: restore credit limits and harden SMS sending

This commit is contained in:
hectorzhao
2026-07-14 18:46:35 +08:00
parent 3e3b7a9d1a
commit c1a17699db
23 changed files with 796 additions and 56 deletions
@@ -0,0 +1,2 @@
ALTER TABLE "TenantAccount"
ADD COLUMN "creditCents" INTEGER NOT NULL DEFAULT 0;