feat: started multi-subs

This commit is contained in:
2025-06-10 17:01:44 +03:00
parent 0a9bca073f
commit 2738a8e8bd
10 changed files with 135 additions and 34 deletions

View File

@@ -9,6 +9,6 @@ datasource db {
model User {
id String @id @default(uuid())
tgId String? @unique
tgId String?
email String? @unique
}