From: Alan Knowles Date: Thu, 14 Jul 2016 05:46:26 +0000 (+0800) Subject: UpdateDatabase.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a980467f1ce1f59c9b8a7ab6e857959a6ca4b6ef UpdateDatabase.php --- diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 530479e2..42a28ceb 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -412,6 +412,7 @@ class Pman_Core_UpdateDatabase extends Pman } $continue =0; switch($matches[1]) { + case 1017: // cause by renaming table -- old one does not exist.. 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.