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