Just do :kaiser in ST and you see that this is the Emulator...
So just use a normal Phoenix DB and run this query
Code:
INSERT INTO `texts` VALUES ('pet_cmd_fuhrer', 'fuhrer');ALTER TABLE `rooms`
ADD COLUMN `trackroom` enum('false','true') NOT NULL DEFAULT 'false';
ALTER TABLE `users`
ADD COLUMN `disable_invite` int(0) NOT NULL DEFAULT '0';
ALTER TABLE `catalog_items`
ADD COLUMN `min_user` int(0) NOT NULL DEFAULT '0',
ADD COLUMN `max_sell` int(0) NOT NULL DEFAULT '0';
Then the Emulator should be runable!