I am trying to update a table with the following query:
alter table main_iteminstance add offer_last_updated DATETIME default null
Error Code: 1062 Duplicate entry 'https://itunes.apple.com/fr/movie/id1000108161' for key >'store_url'
Execution Time : 0 sec Transfer Time : 0 sec Total Time : 40 min 24 sec
The odd thing is that there is no duplicate here. I checked the database and there's only one entry for that, so the error seems out of place. Has anyone ever run into something similar?