- Issue created by @darren oh
- Merge request !30Issue #3492333: Fix update 7002 failure on current MySQL versions β (Open) created by darren oh
Since MySQL 5.7, the Drupal 7 code for adding a serial field to a table does not work. A fix has been available but has been blocked for years. #2615496: A serial/primary key field can not be added to an existing table for some databases β
Run update 7002 on a database that has records in the node_revision_states_history table.
Create an int field and change it to a serial field.
Active
2.0
Code