function tweet_feed_update_7115 in Tweet Feed 7
Add the field for holding the real name of the person tweeting.
File
- ./
tweet_feed.install, line 213
Code
function tweet_feed_update_7115() {
$schema = tweet_feed_schema();
db_add_field('tweet_feed', 'name', $schema['tweet_feed']['fields']['name']);
}