chore: initialize WanderQ MiniAPP 2.0 repository
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
ALTER TABLE "Lead"
|
||||
ADD COLUMN "adminNote" TEXT,
|
||||
ADD COLUMN "processed" BOOLEAN NOT NULL DEFAULT false;
|
||||
|
||||
CREATE INDEX "Lead_processed_requestType_createdAt_idx"
|
||||
ON "Lead"("processed", "requestType", "createdAt");
|
||||
Reference in New Issue
Block a user