2
0
Files
bot/packages/prisma/postgresql/migrations/20221123121854_test/migration.sql

3 lines
86 B
MySQL
Raw Normal View History

-- CreateIndex
CREATE INDEX CONCURRENTLY "Answer_groupId_idx" ON "Answer"("groupId");