You are here

function cf_db_options_update_7200 in Common Functionality 7.2

Upgrade module from 7.x-1.x to 7.x-2.x.

File

modules/cf_db_options/cf_db_options.install, line 18
Install file for cf_db_options module.

Code

function cf_db_options_update_7200() {
  db_query('UPDATE {system} SET weight = -10 WHERE name = \'cf_db_options\'');
}