A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT `_pageName` AS `_pageName`,`icon` AS `icon` FROM `cargo__tournaments` WHERE end_date>"2018" AND start_date<"2019" AND _pageName NOT LIKE "%/%" AND tier IN("Major", "The International") GROUP BY `_pageID` ORDER BY `start_date` LIMIT 100
Function: CargoSQLQuery::run
Error: 1525 Incorrect DATE value: '2018' (geo-db-i-master.query.consul.)
Premier tournaments
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT `_pageName` AS `_pageName`,`icon` AS `icon` FROM `cargo__tournaments` WHERE end_date>"2018" AND start_date<"2019" AND _pageName NOT LIKE "%/%" AND (tier IS NULL or tier="Minor") GROUP BY `_pageID` ORDER BY `start_date` LIMIT 100
Function: CargoSQLQuery::run
Error: 1525 Incorrect DATE value: '2018' (geo-db-i-master.query.consul.)