You are here

function social_content_update_7001 in Social Content 7

Add the social_content_history table for the social_content module.

File

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

Code

function social_content_update_7001() {
  db_create_table('social_content_history', drupal_get_schema_unprocessed('social_content', 'social_content_history'));
  return 'Add the social_content_history table for the social_content module.';
}