ZEROFILL added (please change manually if sql_patches v0.7.5 is your version)
authorRoland Häder <roland@mxchange.org>
Mon, 7 Feb 2011 00:35:47 +0000 (00:35 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 7 Feb 2011 00:35:47 +0000 (00:35 +0000)
inc/extensions/ext-sql_patches.php

index 16a13801477fafcc942180df9e35735c3be95a5b..e07f0552a18e1cb2054205b5ba7e82f00b1f1b4e 100644 (file)
@@ -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&uuml;gt (ist nicht konfigurierbar).");