generated from fahricansecer/boilerplate-be
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Content" ADD COLUMN "imageUrl" TEXT;
|
||||
@@ -1221,6 +1221,7 @@ model Content {
|
||||
publishedAt DateTime?
|
||||
scheduledAt DateTime?
|
||||
publishedUrl String?
|
||||
imageUrl String?
|
||||
|
||||
@@index([userId])
|
||||
@@index([workspaceId])
|
||||
|
||||
Reference in New Issue
Block a user