slack modal work

This commit is contained in:
Micha Albert 2024-09-03 13:57:33 +00:00
parent b062611fec
commit 492a644f56
6 changed files with 94 additions and 4 deletions

View file

@ -0,0 +1,8 @@
/*
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");