/*
  Warnings:

  - A unique constraint covering the columns `[callSid]` on the table `Call` will be added. If there are existing duplicate values, this will fail.

*/
-- CreateIndex
CREATE UNIQUE INDEX `Call_callSid_key` ON `Call`(`callSid`);
