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 acedf0054..6b28a512c 100644
--- a/update.php
+++ b/update.php
@@ -60,7 +60,8 @@ $mysql_updates = array(
"2003-10-20" => "update_68",
"2003-10-22" => "update_69",
"2003-10-27" => "update_70",
- "2003-11-17" => "update_71"
+ "2003-11-17" => "update_71",
+ "2003-11-27" => "update_72"
);
function update_32() {
@@ -552,6 +553,10 @@ function update_71() {
update_sql("ALTER TABLE {system} ADD bootstrap int(2)");
}
+function update_72() {
+ update_sql("ALTER TABLE {blocks} ADD throttle tinyint(1) NOT NULL DEFAULT '0'");
+}
+
/*
** System functions
*/