From 17f7a36d6d89a8d4d592afbb742b61a0e042c226 Mon Sep 17 00:00:00 2001 From: Aden Lindsay <140392385+AdenMGB@users.noreply.github.com> Date: Sun, 2 Feb 2025 10:16:28 +1030 Subject: [PATCH] feat(news): Updated user for authoring articles --- server/prisma/schema/user.prisma | 1 + 1 file changed, 1 insertion(+) diff --git a/server/prisma/schema/user.prisma b/server/prisma/schema/user.prisma index 0e46c0d4..539af45a 100644 --- a/server/prisma/schema/user.prisma +++ b/server/prisma/schema/user.prisma @@ -11,6 +11,7 @@ model User { clients Client[] notifications Notification[] collections Collection[] + news News[] } model Notification {