You are here

function signature_forum_update_7100 in Signatures for Forums 7

Update Drupal 6 schema.

File

./signature_forum.install, line 171
Installs, updates and uninstalls signature_forum module.

Code

function signature_forum_update_7100() {
  if (db_table_exists('signature_post')) {
    db_rename_table('signature_post', 'signature_forum_post');
  }
}