]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-user.php
More default values rewritten, UNSIGNED added to many numerical database columns...
[mailer.git] / inc / extensions / ext-user.php
index 265c2135885b300d20f309faf95ff5a36d16d569..9cca414e89dc1c3eff3e24e535dc341ef6b2b029 100644 (file)
@@ -73,7 +73,7 @@ case "update": // Update an extension
        switch ($EXT_VER)
        {
        case "0.1": // SQL queries for v0.1
-               $SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD `user_limit` INT(7) NOT NULL DEFAULT 20";
+               $SQLs[] = "ALTER TABLE `"._MYSQL_PREFIX."_config` ADD `user_limit` INT(7) UNSIGNED NOT NULL DEFAULT 20";
 
                // Update notes (these will be set as task text!)
                $UPDATE_NOTES = "Seitenweises Anzeigen der User-Liste ist nun möglich.";