You are here

function scald_update_7002 in Scald: Media Management made easy 7

Delete {scald_role_actions} table and scald_actions_publisher variable.

File

./scald.install, line 488

Code

function scald_update_7002() {
  db_drop_table('scald_role_actions');
  variable_del('scald_actions_publisher');
}