Add missing $$ delimiter to exported triggers

Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
This commit is contained in:
Maximilian Krög 2024-04-01 03:23:21 +02:00
parent cc2ab4bde6
commit ec2d9ba982
No known key found for this signature in database
GPG Key ID: 3C00897BB53AAB9C

View File

@ -2127,7 +2127,7 @@ class ExportSql extends ExportPlugin
$usedAlias = true;
}
$triggerQuery .= 'DELIMITER ;' . $crlf;
$triggerQuery .= $delimiter . $crlf . 'DELIMITER ;' . $crlf;
}
// One warning per table.