2
0

🗃️ Add answer - groupId index

This commit is contained in:
Baptiste Arnaud
2022-11-23 15:09:24 +01:00
parent 9548733543
commit 9d69470630
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
-- CreateIndex
CREATE INDEX CONCURRENTLY "Answer_groupId_idx" ON "Answer"("groupId");