added ntfy

This commit is contained in:
PxlLoewe
2025-05-19 23:11:33 -07:00
parent 61e7caf6c8
commit 060810f1b0
11 changed files with 277 additions and 76 deletions

View File

@@ -31,6 +31,7 @@ model User {
emailVerified DateTime? @map(name: "email_verified")
// Settings:
settingsNtfyRoom String? @map(name: "settings_ntfy_room")
image String?
badges BADGES[] @default([])