3 lines
86 B
SQL
3 lines
86 B
SQL
-- CreateIndex
|
|
CREATE INDEX CONCURRENTLY "Answer_groupId_idx" ON "Answer"("groupId");
|