]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-optimize.php
Fix for cache loader
[mailer.git] / inc / extensions / ext-optimize.php
index 3eca7ee90c6b50f1335c30998a5817152e798e47..fe54048880baadfe47f3c9bd5290fd94735a6eef 100644 (file)
@@ -52,7 +52,7 @@ switch ($EXT_LOAD_MODE)
 case "register": // Do stuff when installtion is running (modules.php?module=admin&action=login is called)
        // SQL commands to run
        $SQLs[] = "CREATE TABLE "._MYSQL_PREFIX."_optimize_gain(
-  id BIGINT(20) NOT NULL AUTO_INCREMENT,
+  id BIGINT(20) UNSIGNED NOT NULL AUTO_INCREMENT,
   gain decimal(10,3) NOT NULL DEFAULT '0.000',
   PRIMARY KEY(id)
 ) TYPE=MyISAM";