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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | menu_token-n1916532.patch | 1.37 KB | damienmckenna |
Comments
Comment #1
damienmckennaThis 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.
Comment #2
develcuy commentedThanks! patch committed.