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