You are here

function smart_date_recur_update_8301 in Smart Date 3.2.x

Same name and namespace in other branches
  1. 3.1.x modules/smart_date_recur/smart_date_recur.install \smart_date_recur_update_8301()
  2. 3.3.x modules/smart_date_recur/smart_date_recur.install \smart_date_recur_update_8301()
  3. 3.4.x modules/smart_date_recur/smart_date_recur.install \smart_date_recur_update_8301()

Increase the length of "freq" to 8 characters.

File

modules/smart_date_recur/smart_date_recur.install, line 32

Code

function smart_date_recur_update_8301() {
  db_change_varchar_field('smart_date_rule', 'freq', 8);
}