squash all commits and fix service worker (file has to be at this specific path by convention):
Added pwa subscription storage for publishers
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `Publisher` ADD COLUMN `pushSubscription` JSON NULL;
|
@ -123,6 +123,7 @@ model Publisher {
|
||||
Message Message[]
|
||||
EventLog EventLog[]
|
||||
lastLogin DateTime?
|
||||
pushSubscription Json?
|
||||
}
|
||||
|
||||
model Availability {
|
||||
|
Reference in New Issue
Block a user