mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-10 03:55:29 +01:00
56a469a999
Co-authored-by: Federico fuji97 Rapetti <fuji1097@gmail.com>
9 lines
262 B
SQL
9 lines
262 B
SQL
/*
|
|
Warnings:
|
|
|
|
- A unique constraint covering the columns `[name]` on the table `FavoriteQuery` will be added. If there are existing duplicate values, this will fail.
|
|
|
|
*/
|
|
-- CreateIndex
|
|
CREATE UNIQUE INDEX "FavoriteQuery_name_key" ON "FavoriteQuery"("name");
|