summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.php b/update.php
index 37181066d..31bf743a2 100644
--- a/update.php
+++ b/update.php
@@ -621,6 +621,8 @@ function update_42() {
function update_43() {
update_sql("ALTER TABLE blocks DROP remove");
update_sql("ALTER TABLE blocks DROP name");
+ update_sql("UPDATE blocks SET type = 0 WHERE type = 1");
+ update_sql("UPDATE blocks SET type = 1 WHERE type = 2");
}
function update_upgrade3() {