X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-sql_patches.php;h=e07f0552a18e1cb2054205b5ba7e82f00b1f1b4e;hp=16a13801477fafcc942180df9e35735c3be95a5b;hb=0e575ef6e26c44e00515b0b0c8db081761cbf3d5;hpb=01f9560235e238bfe251dae96a98d9be37112f78 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).");