OnBoard-Live/backend/migrations/20240831222937_add_different_unique_constraint/migration.sql
2024-09-09 16:37:02 -04:00

8 lines
256 B
SQL

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