/*
  Warnings:

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

*/
-- CreateIndex
CREATE UNIQUE INDEX `rolepermission_role_permissionId_key` ON `rolepermission`(`role`, `permissionId`);
