Files
Docker/Linkwarden/prisma/migrations/20240305045701_add_merge_duplicate_links/migration.sql
2024-04-18 17:19:24 +02:00

3 lines
104 B
SQL

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