ALTER TABLE snarbolax_projectxdb.gates MODIFY wheels TEXT NOT NULL;
INSERT INTO `gates` (`gateId`, `internalId`, `name`, `icon`, `backgroundColorization`, `iconColorization`, `priority`, `tokens`, `flags`, `sourceId`, `sourcePortal`, `destinationId`, `depth`, `wheels`, `description`) VALUES (1, 'training_1', 'm.training_1', 'pawn', '\r\n\r\n','\r\n\r\n', 0, 0, 0, 1, 'from_training_1', 0, 0, '', 'm.training_1_desc');
INSERT INTO `gates` (`gateId`, `internalId`, `name`, `icon`, `backgroundColorization`, `iconColorization`, `priority`, `tokens`, `flags`, `sourceId`, `sourcePortal`, `destinationId`, `depth`, `wheels`, `description`) VALUES (2, 'tutorial', '~Tutorial Gate', 'locked', ' ','', 0, 0, 1, 0, '', 0, 0, ' ','~New knights are sent to this gate to start their journey with Spiral Knights.');
INSERT INTO `gates` (`gateId`, `internalId`, `name`, `icon`, `backgroundColorization`, `iconColorization`, `priority`, `tokens`, `flags`, `sourceId`, `sourcePortal`, `destinationId`, `depth`, `wheels`, `description`) VALUES (3, 'final_test_gate', 'm.final_test_gate', 'arrow_down', '\n\n','\n\n', 0, 0, 0, 1, '', 2, 0, '', 'm.final_test_desc');