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 a5cfd67ec4
commit 17f7a36d6d
+1
View File
@@ -11,6 +11,7 @@ model User {
clients Client[]
notifications Notification[]
collections Collection[]
news News[]
}
model Notification {