From a980467f1ce1f59c9b8a7ab6e857959a6ca4b6ef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 Jul 2016 13:46:26 +0800 Subject: [PATCH] UpdateDatabase.php --- UpdateDatabase.php | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2