Hello! I had a very old page with concrete5, I successfully updated by version to version until 8.5.2. When I try to update to 8.5.3 I got a mysql error:
An exception occurred while executing 'ALTER TABLE expressentityentries CHANGE exEntryEntityID exEntryEntityID CHAR(36) DEFAULT NULL COMMENT '(DC2Type:guid)', CHANGE exEntryDateModified exEntryDateModified DATETIME DEFAULT NULL, CHANGE uID uID INT UNSIGNED DEFAULT NULL, CHANGE publicIdentifier publicIdentifier VARCHAR(255) DEFAULT NULL': SQLSTATE[HY000]: General error: 1832 Cannot change column 'exEntryEntityID': used in a foreign key constraint 'dbname/FK_B8AE3531AFC87D03'
I read that I can try runnin this query after SET FOREIGN_KEY_CHECKS = 0;
, but this not helps, I get the same error in phpmyadmin. I use php version 7.3.