/*
  Warnings:

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

*/
-- CreateIndex
CREATE UNIQUE INDEX "AIChatRoom_userId_key" ON "public"."AIChatRoom"("userId");

-- CreateIndex
CREATE UNIQUE INDEX "Session_userId_key" ON "public"."Session"("userId");
