el.xwx.moe/prisma/migrations/20240305045701_add_merge_du.../migration.sql
2024-03-05 09:03:04 -05:00

3 lines
104 B
SQL

-- AlterTable
ALTER TABLE "User" ADD COLUMN "preventDuplicateLinks" BOOLEAN NOT NULL DEFAULT false;