3 lines
102 B
SQL
3 lines
102 B
SQL
-- AlterTable
|
|
ALTER TABLE "User" ADD COLUMN "mergeDuplicateLinks" BOOLEAN NOT NULL DEFAULT false;
|