el.xwx.moe/prisma/migrations/20240305045701_add_merge_du.../migration.sql

3 lines
102 B
MySQL
Raw Normal View History

2024-03-04 23:24:30 -06:00
-- AlterTable
ALTER TABLE "User" ADD COLUMN "mergeDuplicateLinks" BOOLEAN NOT NULL DEFAULT false;