X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fextensions%2Fext-other.php;h=449247ea9144ac1722a826339a1f5d0aa753cae7;hp=23454d623b093fdc9451c01cd6e6a8457a8bafad;hb=1cba5937e02787a8a7e8d5ff93b21b4b58f1c73e;hpb=0b0f1ec06f8dda4617f231a208ee30204e041e07 diff --git a/inc/extensions/ext-other.php b/inc/extensions/ext-other.php index 23454d623b..449247ea91 100644 --- a/inc/extensions/ext-other.php +++ b/inc/extensions/ext-other.php @@ -189,7 +189,7 @@ case "update": // Update an extension 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.";