add end date and create logo and fix filter

This commit is contained in:
arifal
2026-04-17 00:16:31 +07:00
parent 82c1da9951
commit 7159e9108f
35 changed files with 743 additions and 82 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Trip" ADD COLUMN "endDate" TIMESTAMP(3);
+1
View File
@@ -27,6 +27,7 @@ model Trip {
mountain String
location String
date DateTime
endDate DateTime?
maxParticipants Int
price Int
status TripStatus @default(OPEN)