]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-other.php
New extension added, ext-uberwach rewritten (unfinished), some fixes
[mailer.git] / inc / extensions / ext-other.php
index 4f3b30d031cb23462f41246a11b043112328fc58..5a5fb854200f48661a7085c5a2379ed15cebbcba 100644 (file)
@@ -208,7 +208,7 @@ switch (getExtensionMode()) {
                                break;
 
                        case '0.2.3': // SQL queries for v0.2.3
-                               addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD `max_send` BIGINT(20) NOT NULL DEFAULT 10");
+                               addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_config` ADD `max_send` BIGINT(20) UNSIGNED NOT NULL DEFAULT 10");
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Fehlende Konfiguration hinzugefügt.");