mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 09:47:46 +03:00
1.3.0
Добавлена совместимость с Firebase Cloud Messaging. Сервис и контроллер модуля schedule-replacer были перенесены в модуль schedule.
This commit is contained in:
@@ -25,6 +25,11 @@ enum UserRole {
|
||||
ADMIN
|
||||
}
|
||||
|
||||
type FCM {
|
||||
token String
|
||||
topics Json
|
||||
}
|
||||
|
||||
model User {
|
||||
id String @id @map("_id") @db.ObjectId
|
||||
//
|
||||
@@ -37,4 +42,6 @@ model User {
|
||||
//
|
||||
group String
|
||||
role UserRole
|
||||
//
|
||||
fcm FCM?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user