From f27a8aa3c1caeaf2345a033b7cd2483ae97890ad Mon Sep 17 00:00:00 2001 From: Adam Rusinowski Date: Mon, 6 Jan 2025 18:11:35 +0100 Subject: [PATCH] updated migration --- CHANGELOG.md | 3 +++ config/Migrations/20250104120000_CreateEnumLookups.php | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afe9c10..e628e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ Changelog * 3.0.0 * CakePHP 5.x support +* 2.2.2 + * Fixed migration + * Fixed property conflict in lookup strategy * 2.2.1 * Fix plugin name * 2.2.0 diff --git a/config/Migrations/20250104120000_CreateEnumLookups.php b/config/Migrations/20250104120000_CreateEnumLookups.php index 65e813a..d315e62 100644 --- a/config/Migrations/20250104120000_CreateEnumLookups.php +++ b/config/Migrations/20250104120000_CreateEnumLookups.php @@ -1,6 +1,8 @@