Compare commits

..

2 Commits

Author SHA1 Message Date
diced
45f29c7b68 fix(prisma): add removal of custom theme migration 2022-02-26 17:26:13 -08:00
diced
114a7a05a9 feat(v3.4.0): switch from Material-UI to Mantine! 2022-02-26 17:14:46 -08:00

View File

@@ -1,6 +1,8 @@
/*
Warnings:
- You are about to drop the `Theme` table. If the table is not empty, all the data it contains will be lost.
*/
-- DropForeignKey
ALTER TABLE "Theme" DROP CONSTRAINT "Theme_userId_fkey";
@@ -9,4 +11,4 @@ ALTER TABLE "Theme" DROP CONSTRAINT "Theme_userId_fkey";
ALTER TABLE "User" ALTER COLUMN "systemTheme" SET DEFAULT E'system';
-- DropTable
DROP TABLE "Theme";
DROP TABLE "Theme";