3 lines
82 B
SQL

-- AlterTable
ALTER TABLE `Zone` ADD COLUMN `pvp` BOOLEAN NOT NULL DEFAULT false;