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 9b4c0d7a7..0ef7aef62 100644
--- a/update.php
+++ b/update.php
@@ -64,7 +64,8 @@ $mysql_updates = array(
"2003-11-27" => "update_72",
"2003-12-03" => "update_73",
"2003-12-06" => "update_74",
- "2004-01-06" => "update_75"
+ "2004-01-06" => "update_75",
+ "2004-01-11" => "update_76"
);
function update_32() {
@@ -599,6 +600,10 @@ function update_75() {
update_sql("UPDATE {system} SET filename = 'modules/aggregator.module', name = 'aggregator' WHERE filename = 'modules/import.module'");
}
+function update_76() {
+ update_sql("ALTER TABLE {feed} ADD image longtext");
+}
+
/*
** System functions
*/