aboutsummaryrefslogtreecommitdiffstats
path: root/install/upgrade_1.5.0.php
diff options
context:
space:
mode:
Diffstat (limited to 'install/upgrade_1.5.0.php')
-rw-r--r--install/upgrade_1.5.0.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/upgrade_1.5.0.php b/install/upgrade_1.5.0.php
index 711625183..036472449 100644
--- a/install/upgrade_1.5.0.php
+++ b/install/upgrade_1.5.0.php
@@ -300,7 +300,10 @@ ALTER TABLE ".PREFIX_TABLE."user_infos
ALTER TABLE ".PREFIX_TABLE."user_infos
ADD COLUMN enabled_high enum('true','false') NOT NULL default 'true'
;",
-
+ "
+ALTER TABLE ".PREFIX_TABLE."categories
+ CHANGE COLUMN rank rank SMALLINT(5) UNSIGNED DEFAULT NULL
+;",
// configuration table
"
UPDATE ".PREFIX_TABLE."config