mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-03 19:40:08 -05:00
chore: improve db indexes with segmentId index (#2192)
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
-- CreateIndex
|
||||
CREATE INDEX "Survey_segmentId_idx" ON "Survey"("segmentId");
|
||||
@@ -313,6 +313,7 @@ model Survey {
|
||||
displayPercentage Int?
|
||||
|
||||
@@index([environmentId])
|
||||
@@index([segmentId])
|
||||
}
|
||||
|
||||
enum ActionType {
|
||||
|
||||
Reference in New Issue
Block a user