summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/popularity/t10.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/popularity/t10.php b/contrib/popularity/t10.php
index 00fb2ea..2fb5066 100644
--- a/contrib/popularity/t10.php
+++ b/contrib/popularity/t10.php
@@ -384,7 +384,7 @@ function createtable($k) {
$query = "CREATE TABLE IF NOT EXISTS #__popularity ("
. " user varchar(16) NOT NULL default '',"
. " id int unsigned NOT NULL default '0',"
- . " level int default NULL,"
+ . " level tinyint unsigned default NULL,"
. " stoptime datetime NOT NULL,"
. " UNIQUE KEY `event` (`user`,`id`)"
. " )"