]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-other.php
Some more fixes
[mailer.git] / inc / extensions / ext-other.php
index 23454d623b093fdc9451c01cd6e6a8457a8bafad..449247ea9144ac1722a826339a1f5d0aa753cae7 100644 (file)
@@ -189,7 +189,7 @@ case "update": // Update an extension
                break;
 
        case "0.2.1": // SQL queries for v0.2.1
                break;
 
        case "0.2.1": // SQL queries for v0.2.1
-               $SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` `min_age` TINYINT(3) UNSIGNED NOT NULL DEFAULT 16";
+               $SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD `min_age` TINYINT(3) UNSIGNED NOT NULL DEFAULT 16";
 
                // Update notes (these will be set as task text!)
                $UPDATE_NOTES = "Minimumalter ist nun konfigurierbar.";
 
                // Update notes (these will be set as task text!)
                $UPDATE_NOTES = "Minimumalter ist nun konfigurierbar.";