el.xwx.moe/prisma/migrations/20231202183159_remove_extra.../migration.sql

11 lines
351 B
MySQL
Raw Normal View History

2023-12-02 12:33:07 -06:00
/*
Warnings:
- You are about to drop the column `blurredFavicons` on the `User` table. All the data in the column will be lost.
- You are about to drop the column `displayLinkIcons` on the `User` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "User" DROP COLUMN "blurredFavicons",
DROP COLUMN "displayLinkIcons";