You are here

function signature_forum_update_7101 in Signatures for Forums 7

Remedial fix for SQL error on install.

Fixes problems caused when installing signature_forum returns error: 'SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB/TEXT column 'signature' can't have a default value'.

File

./signature_forum.install, line 184
Installs, updates and uninstalls signature_forum module.

Code

function signature_forum_update_7101() {
  drupal_load('module', 'signature_forum');
  _signature_forum_update_schema();
}