Skip to content
Snippets Groups Projects
Verified Commit bd2546c6 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: fix setup with mysql 5.7

parent cbaa78b9
Branches f-mysql8-tests
No related tags found
No related merge requests found
Pipeline #9203 failed
......@@ -315,6 +315,6 @@ CREATE TABLE archive_entities (
FOREIGN KEY (`acl`) REFERENCES `entity_acl` (`id`)
) ENGINE=InnoDB;
ALTER IGNORE collection_type ADD UNIQUE KEY `collection_type-d-e-p` (`domain_id`, `entity_id`, `property_id`);
ALTER TABLE collection_type ADD UNIQUE KEY `collection_type-d-e-p` (`domain_id`, `entity_id`, `property_id`);
INSERT INTO feature_config (_key, _value) VALUES ("ENTITY_VERSIONING", "ENABLED");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment