- Issue created by @attilatilman
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 5.7last update
over 1 year ago Not currently mergeable. - @attilatilman opened merge request.
- last update
over 1 year ago 199 pass - First commit to issue fork.
- last update
over 1 year ago 199 pass -
japerry β
committed a3345a23 on 1.0.x authored by
attilatilman β
Issue #3381019: Missing primary key on DB table
-
japerry β
committed a3345a23 on 1.0.x authored by
attilatilman β
- Status changed to Fixed
over 1 year ago 7:13pm 17 August 2023 -
japerry β
committed d31a07ea on 1.0.x
Issue #3381019: Ensure primary key gets added upon update.
-
japerry β
committed d31a07ea on 1.0.x
- πΊπΈUnited States themodularlab
FYI, the post update hook added to this is failing for me.
> [notice] Update started: acquia_dam_post_update_link_tracking_primary_key > [error] SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '' for key 'PRIMARY': ALTER TABLE "acquia_dam_integration_link_tracking" ADD PRIMARY KEY (`entity_uuid`); Array
FYI, I removed the actual UUID from the output above. I can create a new ticket though if you want to treat this as a new issue.
- πΊπΈUnited States japerry KVUO
Yah it looks like the wrong column was used. Fixed and pushed to head.
Automatically closed - issue fixed for 2 weeks with no activity.