add user profile, profile vibe and trip vibe and social signal
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Trip" ADD COLUMN "vibe" "Vibe";
|
||||
|
||||
-- CreateIndex
|
||||
CREATE INDEX "Trip_vibe_status_date_idx" ON "Trip"("vibe", "status", "date");
|
||||
Reference in New Issue
Block a user