Skip to content

Commit cf2cc70

Browse files
committed
removed banner image from events schema
1 parent 92a4ff8 commit cf2cc70

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
Warnings:
3+
4+
- You are about to drop the column `bannerImage` on the `Event` table. All the data in the column will be lost.
5+
6+
*/
7+
-- AlterTable
8+
ALTER TABLE "Event" DROP COLUMN "bannerImage";

prisma/schema.prisma

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ model Event {
6969
created_at DateTime @default(now())
7070
start_date_time DateTime
7171
end_date_time DateTime?
72-
bannerImage String?
7372
7473
hostId String
7574
host User @relation("HostEvents", fields: [hostId], references: [id])

0 commit comments

Comments
 (0)