mirror of
https://github.com/MichaByte/OnBoard-Live.git
synced 2025-12-06 10:13:41 -05:00
8 lines
256 B
SQL
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");
|