function user_update_7015

Change {users}.signature_format into varchar.

Related topics

File

modules/user/user.install, line 837

Code

function user_update_7015() {
    db_change_field('users', 'signature_format', 'signature_format', array(
        'type' => 'varchar',
        'length' => 255,
        'not null' => FALSE,
        'description' => 'The {filter_format}.format of the signature.',
    ));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.