From 4946a9ab0d529038a7cd5445e1be5222538c057a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 18 Jun 2024 22:32:07 +0200 Subject: [PATCH] Fixed SQL declaration of NatSortKey function We do not need the delimiter declarations --- migrations/Version20240606203053.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/migrations/Version20240606203053.php b/migrations/Version20240606203053.php index ec5d5d1f..9692e146 100644 --- a/migrations/Version20240606203053.php +++ b/migrations/Version20240606203053.php @@ -344,7 +344,6 @@ final class Version20240606203053 extends AbstractMultiPlatformMigration impleme // Add the natural sort emulation function to the database (based on this stackoverflow: https://stackoverflow.com/questions/153633/natural-sort-in-mysql/58154535#58154535) $this->addSql(<<