Query upgrade-1.0.3-1.0.4 start
[ERR] 1060 - Duplicate column name 'nickname'
[ERR] ALTER TABLE vehicle ADD `nickname` varchar(64) NOT NULL DEFAULT '' AFTER `territory_id`;
ALTER TABLE vehicle ADD KEY `vehicle_ibfk_2_idx` (`territory_id`);
ALTER TABLE vehicle ADD CONSTRAINT `vehicle_ibfk_2` FOREIGN KEY (`territory_id`) REFERENCES `territory` (`id`) ON DELETE CASCADE;
[SQL] Finished with error
Now there are 3 errors without the first line!
Its the new Official download and should work normally!