We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035bada commit d5ba4adCopy full SHA for d5ba4ad
1 file changed
apps/backend/prisma/migrations/20250516125759_indexed_updated_for_message/migration.sql
@@ -0,0 +1,5 @@
1
+-- DropIndex
2
+DROP INDEX "Message_createdAt_id_idx";
3
+
4
+-- CreateIndex
5
+CREATE INDEX "Message_updatedAt_id_idx" ON "Message"("updatedAt", "id");
0 commit comments