Files
Docker/Linkwarden/prisma/migrations/20231202183159_remove_extra_fields/migration.sql
2024-04-18 17:19:24 +02:00

11 lines
351 B
SQL

/*
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";