Add /favorites

This commit is contained in:
Max Isom 2022-01-27 21:26:00 -05:00
parent 1f59994dc4
commit 8e00726dc2
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
19 changed files with 478 additions and 290 deletions

View file

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