fix signin signout and apply the new style
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE "vehicles"
|
||||
ADD COLUMN "pickupLocations" TEXT[],
|
||||
ADD COLUMN "allowDifferentDropoff" BOOLEAN NOT NULL DEFAULT false,
|
||||
ADD COLUMN "dropoffLocations" TEXT[];
|
||||
Reference in New Issue
Block a user