feat(news): Updated user for authoring articles

This commit is contained in:
Aden Lindsay
2025-02-02 10:16:28 +10:30
committed by GitHub
parent 3a55075532
commit 1ed15902a3

View File

@ -11,6 +11,7 @@ model User {
clients Client[]
notifications Notification[]
collections Collection[]
news News[]
}
model Notification {