From: Alan Knowles Date: Thu, 14 Jul 2016 05:30:11 +0000 (+0800) Subject: UpdateDatabase.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7f6a203128c5a3a877ba9a24bc7d24363786ea06 UpdateDatabase.php --- diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 0de6bbaa..7b2f633d 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -412,6 +412,7 @@ class Pman_Core_UpdateDatabase extends Pman 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 1091: // drop index -- name does not exist.. might hide errors.. case 1054: // Unknown column -- triggered by CHANGE COLUMN - but may hide other errrors.. $continue = 1;