You are here

function boost_update_6101 in Boost 6

Update 6101 - Copy old variable to new one.

File

./boost.install, line 868
Handles Boost module installation and upgrade tasks.

Code

function boost_update_6101() {

  // copy variable
  return array(
    update_sql("UPDATE {variable} SET name = 'boost_enabled' WHERE name = 'boost'"),
  );
}