3 lines
97 B
MySQL
3 lines
97 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "User" ADD COLUMN "blurredFavicons" BOOLEAN NOT NULL DEFAULT true;
|