You are here

function sms_user_update_7000 in SMS Framework 7

Update code field to NOT NULL.

File

modules/sms_user/sms_user.install, line 144
Install, update and uninstall functions for the sms_user module.

Code

function sms_user_update_7000() {

  // update code field to NOT NULL
}