You are here

function simplenews_update_1 in Simplenews 5

File

./simplenews.install, line 156

Code

function simplenews_update_1() {
  return _system_update_utf8(array(
    'sn_snid_tid',
    'sn_newsletters',
    'sn_subscriptions',
  ));
}