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

WIP: unit tests for mysql 5.7

parent 659d5d03
No related branches found
No related tags found
2 merge requests!7Release v5.0.0,!4CI pipeline for mysql unit tests
Pipeline #10094 passed with warnings
......@@ -315,6 +315,6 @@ CREATE TABLE archive_entities (
FOREIGN KEY (`acl`) REFERENCES `entity_acl` (`id`)
) ENGINE=InnoDB;
ALTER IGNORE TABLE 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.
Please register or to comment