Files
evolution-api/prisma/migrations/20240723152648_adjusts_in_column_openai_creds/migration.sql
2024-07-23 12:34:58 -03:00

9 lines
289 B
SQL

/*
Warnings:
- A unique constraint covering the columns `[openaiCredsId]` on the table `OpenaiSetting` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX "OpenaiSetting_openaiCredsId_key" ON "OpenaiSetting"("openaiCredsId");