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,10 @@
/*
Warnings:
- You are about to drop the `Shortcut` table. If the table is not empty, all the data it contains will be lost.
*/
-- DropTable
PRAGMA foreign_keys=off;
DROP TABLE "Shortcut";
PRAGMA foreign_keys=on;