Hi Seblod,
When performing the update, the following error occurs:
Erreur de syntaxe près de 'IGNORE TABLE `#__cck_store_item_users` ADD
`company` VARCHAR( 255 ) NOT NULL ' à la ligne 1 SQL=ALTER IGNORE TABLE
`#__cck_store_item_users` ADD `company` VARCHAR( 255 ) NOT NULL AFTER
`birthplace`;
As of MySQL 5.7.4, the IGNORE clause for ALTER TABLE is removed and its use produces an error.
I try to develop my version in PHP7 and MySql is 5.7.9!
You planned to take account of these changes?
Thank's