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

3 lines
104 B
MySQL
Raw Normal View History

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