mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-14 00:31:25 +10:00
Merge remote-tracking branch 'origin/develop' into more-fixes
This commit is contained in:
@ -27,7 +27,8 @@ model Notification {
|
||||
nonce String?
|
||||
|
||||
userId String
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
acls String[]
|
||||
|
||||
created DateTime @default(now())
|
||||
title String
|
||||
|
||||
Reference in New Issue
Block a user