add end date and create logo and fix filter
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Trip" ADD COLUMN "endDate" TIMESTAMP(3);
|
||||
@@ -27,6 +27,7 @@ model Trip {
|
||||
mountain String
|
||||
location String
|
||||
date DateTime
|
||||
endDate DateTime?
|
||||
maxParticipants Int
|
||||
price Int
|
||||
status TripStatus @default(OPEN)
|
||||
|
||||
Reference in New Issue
Block a user