summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/update.php b/update.php
index ca23a700d..81e1bac04 100644
--- a/update.php
+++ b/update.php
@@ -67,7 +67,8 @@ $mysql_updates = array(
"2003-04-20" => "update_52",
"2003-05-18" => "update_53",
"2003-05-24" => "update_54",
- "2003-05-31" => "update_55"
+ "2003-05-31" => "update_55",
+ "2003-06-04" => "update_56"
);
// Update functions
@@ -720,6 +721,10 @@ function update_55() {
update_sql("ALTER TABLE site CHANGE timestamp changed INT(11) NOT NULL;");
}
+function update_56() {
+ update_sql("ALTER TABLE vocabulary CHANGE types nodes TEXT DEFAULT '' NOT NULL");
+}
+
function update_upgrade3() {
update_sql("INSERT INTO system VALUES ('archive.module','archive','module','',1)");
update_sql("INSERT INTO system VALUES ('block.module','block','module','',1)");