You are here

function modr8_update_7001 in modr8 7

Changeed the table name from modr8_moderate to modr8

File

./modr8.install, line 109
Install, update and uninstall functions for the modr8 module. TODO: write upgrade from Drupal 6.

Code

function modr8_update_7001() {

  //This will provide us flexibility when integrating with other modules
  db_rename_table('modr8_moderate', 'modr8');
}