Hi,
In simplenews_update_6254(), we can find
db_add_field($ret, 'simplenews_mail_spool', 'snid', array(
'description' => 'Foreign key for subscriber table ({simplenews_subscriptions}.snid)',
'type' => 'int',
'unsigned' => TRUE,
'not null' => TRUE,
'default' => 0,
));
whereas in hook_schema() there is no 'default' => 0 (neither in Drupal 7 hook_schema()).
These patchs add the 'default' => 0 to both 6.x-2.x and 7.x versions.
| Comment | File | Size | Author |
|---|---|---|---|
| simplenews_install_7.x-1.x.patch | 562 bytes | simon georges | |
| simplenews_install_6.x-2.x.patch | 639 bytes | simon georges |
Comments
Comment #1
simon georges commentedCommitted on both 6.x-2.x-dev and 7.x-1.x-dev (first git commit, yay !).