You are here

function newsletter_update_7101 in Newsletter 7

Remove role field from newsletter_list since this feature goes in its own module.

File

./newsletter.install, line 650
Contains install,uninstall and update functions for Newsletter module.

Code

function newsletter_update_7101(&$sandbox) {
  db_drop_field('newsletter_list', 'role');
}