From bd2546c6c2cc5de5a09d2278cdeac118b7ababff Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 24 Jun 2021 14:20:27 +0200 Subject: [PATCH] WIP: fix setup with mysql 5.7 --- patches/patch20200710-3.0.0-rc2/versioning.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patch20200710-3.0.0-rc2/versioning.sql b/patches/patch20200710-3.0.0-rc2/versioning.sql index 5ad4f8a..ebf0cfb 100644 --- a/patches/patch20200710-3.0.0-rc2/versioning.sql +++ b/patches/patch20200710-3.0.0-rc2/versioning.sql @@ -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"); -- GitLab