Skip to content

Commit

Permalink
Merge pull request #7010 from Particular/mysql-fix
Browse files Browse the repository at this point in the history
fix for running the script
  • Loading branch information
irinascurtu authored Feb 24, 2025
2 parents 0ac3d5a + 57d8476 commit d5fd7ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
startcode MySql_OutboxCreateSql
SET @tablePrefix = IFNULL(@tablePrefix, '');
set @tableNameQuoted = concat('`', @tablePrefix, 'OutboxData`');
set @tableNameNonQuoted = concat(@tablePrefix, 'OutboxData');

Expand Down

0 comments on commit d5fd7ab

Please sign in to comment.