From 5a0a6f863861aba505037c67ad0fb98e5c293ae8 Mon Sep 17 00:00:00 2001 From: quix0r Date: Thu, 17 Jan 2013 01:54:36 +0000 Subject: [PATCH] Please find all these as they currently cause missing SQL columns if they are not renamed to new name --- inc/extensions/ext-other.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)."); -- 2.39.5