You are here

function social_content_update_7002 in Social Content 7

Drop the 'social_content_history' table.

File

./social_content.install, line 19
Social content installation.

Code

function social_content_update_7002() {
  variable_del('social_content_twitter');
  variable_del('social_content_instagram');
  db_drop_table('social_content_history');
}