There needs to be a hook_schema() definition for any custom tables, that's what #1602168: Table menu_token already exists during d6 to d7 upgrade, no hook_schema() was to do but the patch was incorrectly applied.

CommentFileSizeAuthor
#1 menu_token-n1916532.patch1.37 KBDamienMcKenna
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

DamienMcKenna’s picture

Status: Active » Needs review
FileSize
1.37 KB

This creates menu_token_schema() with the definition of the table, and fixes menu_token_update_7000() so it won't try to create the table if it already exists.

DevElCuy’s picture

Status: Needs review » Fixed

Thanks! patch committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.