From 094fa1e712269283a91d0924b20530e696875610 Mon Sep 17 00:00:00 2001 From: mringler Date: Wed, 22 May 2024 22:32:07 +0200 Subject: [PATCH] fix test schemas: mysql requires unique index for complex fk --- tests/Fixtures/bookstore/schema.xml | 4 ++++ tests/Fixtures/schemas/schema.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tests/Fixtures/bookstore/schema.xml b/tests/Fixtures/bookstore/schema.xml index d1fd6e58d4..2ee1fb6f88 100644 --- a/tests/Fixtures/bookstore/schema.xml +++ b/tests/Fixtures/bookstore/schema.xml @@ -323,6 +323,10 @@ + + + + diff --git a/tests/Fixtures/schemas/schema.xml b/tests/Fixtures/schemas/schema.xml index 4c41ec2b8a..76edc476aa 100644 --- a/tests/Fixtures/schemas/schema.xml +++ b/tests/Fixtures/schemas/schema.xml @@ -67,6 +67,10 @@ + + + +