You are here

function tweet_feed_update_7108 in Tweet Feed 7

Add a field to hold our comma delimited list of hashtags.

File

./tweet_feed.install, line 155

Code

function tweet_feed_update_7108() {
  $schema = tweet_feed_schema();
  db_add_field('tweet_feed', 'hashtags', $schema['tweet_feed']['fields']['hashtags']);
}