Files
incudal/server/prisma/migrations/20260110000000_add_host_transfer_enabled/migration.sql
T
2026-06-20 14:26:29 +08:00

3 lines
95 B
SQL

-- AlterTable
ALTER TABLE "hosts" ADD COLUMN "transfer_enabled" BOOLEAN NOT NULL DEFAULT true;