From 1ed15902a37777f8471bd8ece7c14cde09abe736 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 --- prisma/schema/user.prisma | 1 + 1 file changed, 1 insertion(+) diff --git a/prisma/schema/user.prisma b/prisma/schema/user.prisma index 0e46c0d..539af45 100644 --- a/prisma/schema/user.prisma +++ b/prisma/schema/user.prisma @@ -11,6 +11,7 @@ model User { clients Client[] notifications Notification[] collections Collection[] + news News[] } model Notification {