/*
  Warnings:

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

*/
-- CreateIndex
CREATE UNIQUE INDEX `User_Roles_role_name_key` ON `User_Roles`(`role_name`);
