summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-04-17 10:15:13 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-04-17 10:15:13 +0000
commit1b573fb0ba75bd09270aa2c93b11404b87f1761e (patch)
treed268ecd7e9aca65acd8e75ad10d664fa268b8785 /update.php
parent0bd45edcb7dd5d46e1d0e915523dd19fe104b5af (diff)
downloadbrdo-1b573fb0ba75bd09270aa2c93b11404b87f1761e.tar.gz
brdo-1b573fb0ba75bd09270aa2c93b11404b87f1761e.tar.bz2
- book log is now saved and shown when necessary.
- fixed poll title not showing up.
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 425bf38f8..64f4c4acb 100644
--- a/update.php
+++ b/update.php
@@ -50,7 +50,8 @@ $mysql_updates = array(
"2002-03-05" => "update_23",
"2002-04-08" => "update_24",
"2002-04-14 : modules/themes web config" => "update_25",
- "2002-04-14 : new taxonomy system" => "update_26"
+ "2002-04-14 : new taxonomy system" => "update_26",
+ "2002-04-16" => "update_27"
);
// Update functions
@@ -406,6 +407,10 @@ function update_26() {
update_sql("ALTER TABLE term_node ADD INDEX (tid);");
}
+function update_27() {
+ update_sql("ALTER TABLE book ADD log TEXT;");
+}
+
/*
** System functions
*/