mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-11 04:21:35 +02:00
Add /favorites
This commit is contained in:
parent
1f59994dc4
commit
8e00726dc2
19 changed files with 478 additions and 290 deletions
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue