/*
  Warnings:

  - Added the required column `gamemode` to the `Warp` table without a default value. This is not possible if the table is not empty.

*/
-- AlterTable
ALTER TABLE `warp` ADD COLUMN `gamemode` VARCHAR(20) NOT NULL;
