feat: add private and profile

This commit is contained in:
2026-06-17 11:32:51 +03:30
parent 02060a4dc0
commit 0827858752
23 changed files with 972 additions and 25 deletions
@@ -0,0 +1,2 @@
-- شمارنده‌ی میزهای خصوصیِ رایگانِ مصرف‌شده (دورهمی). کاربر غیر VIP سقفِ محدود دارد.
ALTER TABLE users ADD COLUMN free_tables_used INTEGER NOT NULL DEFAULT 0;