Skip to content
Snippets Groups Projects
Commit acd0cb06 authored by Kjartan Mannes's avatar Kjartan Mannes
Browse files

- blocks != boxes. Sorry :)

parent 18eb8f05
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -621,8 +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");
update_sql("UPDATE boxes SET type = 0 WHERE type = 1");
update_sql("UPDATE boxes SET type = 1 WHERE type = 2");
}
function update_upgrade3() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment