3 lines
95 B
SQL
3 lines
95 B
SQL
-- AlterTable
|
|
ALTER TABLE "hosts" ADD COLUMN "transfer_enabled" BOOLEAN NOT NULL DEFAULT true;
|