From fdc529f79fc689918688712dae916e92e4f74820 Mon Sep 17 00:00:00 2001 From: Lorenz Meyer Date: Thu, 29 Feb 2024 14:33:19 +0100 Subject: [PATCH] Include id_shop in the primary key on table psgdpr_consent_lang --- src/Entity/PsgdprConsentLang.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Entity/PsgdprConsentLang.php b/src/Entity/PsgdprConsentLang.php index 85d5177f..8d4161b1 100644 --- a/src/Entity/PsgdprConsentLang.php +++ b/src/Entity/PsgdprConsentLang.php @@ -54,6 +54,7 @@ class PsgdprConsentLang /** * @var int + * @ORM\Id * @ORM\Column(name="id_shop", type="integer", length=10, nullable=false) */ private $shopId;