From: Roland Häder Date: Thu, 17 Jan 2013 01:54:36 +0000 (+0000) Subject: Please find all these as they currently cause missing SQL columns if they are not... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd0c7eef0bada2da178da1f383188acba7675959;p=mailer.git Please find all these as they currently cause missing SQL columns if they are not renamed to new name --- diff --git a/inc/extensions/ext-other.php b/inc/extensions/ext-other.php index 9b292bb800..7e3ebc7514 100644 --- a/inc/extensions/ext-other.php +++ b/inc/extensions/ext-other.php @@ -229,7 +229,7 @@ switch (getExtensionMode()) { break; case '0.2.6': // SQL queries for v0.2.6 - addConfigAddSql('stats_enabled', "ENUM('Y','N') NOT NULL DEFAULT 'N'"); + addConfigAddSql('internal_stats', "ENUM('Y','N') NOT NULL DEFAULT 'N'"); // Update notes (these will be set as task text!) setExtensionUpdateNotes("Interne Statistiken sind nun abschaltbar (kann Performance bringen).");