From: Roland Häder Date: Mon, 7 Feb 2011 00:35:47 +0000 (+0000) Subject: ZEROFILL added (please change manually if sql_patches v0.7.5 is your version) X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=0e575ef6e26c44e00515b0b0c8db081761cbf3d5 ZEROFILL added (please change manually if sql_patches v0.7.5 is your version) --- 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).");