Files
2023-11-11 14:00:38 -05:00

3 lines
98 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "displayLinkIcons" BOOLEAN NOT NULL DEFAULT true;