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