Skip to content
Extraits de code Groupes Projets
Valider b2f5b548 rédigé par mattab's avatar mattab
Parcourir les fichiers

Remove one `IGNORE` keyword refs #6642

There are still many IGNORE keywords left and we should remove them to be Mysql 5.7 compatible
parent 05eec309
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -30,7 +30,7 @@ class Provider extends \Piwik\Plugin
public function install()
{
// add column hostname / hostname ext in the visit table
$query = "ALTER IGNORE TABLE `" . Common::prefixTable('log_visit') . "` ADD `location_provider` VARCHAR( 100 ) NULL";
$query = "ALTER TABLE `" . Common::prefixTable('log_visit') . "` ADD `location_provider` VARCHAR( 100 ) NULL";
// if the column already exist do not throw error. Could be installed twice...
try {
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter