From: Alan Knowles Date: Thu, 14 Jul 2016 05:27:46 +0000 (+0800) Subject: NotifySmtpCheck.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=067837d7375a464c011f921d181791f2f6bd710d NotifySmtpCheck.php UpdateDatabase.php --- diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 0fae11ad..fea95acf 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -411,9 +411,9 @@ class Pman_Core_UpdateDatabase extends Pman switch($matches[1]) { case 1050: // create tables triggers this.. case 1060: // Duplicate column name + case 1061: // Duplicate key name - triggered by add index.. but could hide error. - unlikely though. case 1054: // Unknown column -- triggered by CHANGE COLUMN - but may hide other errrors.. - case 1061: // Duplicate key name - triggered by add index.. but could hide error. - unlikely though. $continue = 1; break;