From 0e575ef6e26c44e00515b0b0c8db081761cbf3d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 7 Feb 2011 00:35:47 +0000 Subject: [PATCH 1/1] ZEROFILL added (please change manually if sql_patches v0.7.5 is your version) --- inc/extensions/ext-sql_patches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php index 16a1380147..e07f0552a1 100644 --- a/inc/extensions/ext-sql_patches.php +++ b/inc/extensions/ext-sql_patches.php @@ -763,7 +763,7 @@ INDEX (`ip`) break; case '0.7.5': // SQL queries for v0.7.5 - addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD `last_hour` TINYINT(2) UNSIGNED NOT NULL DEFAULT 00"); + addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD `last_hour` TINYINT(2) UNSIGNED ZEROFILL NOT NULL DEFAULT 00"); // Update notes (these will be set as task text!) setExtensionUpdateNotes("Aktuelle Stunde hinzugefügt (ist nicht konfigurierbar)."); -- 2.39.2