Skip to content

Commit

Permalink
BWS-PKG - Fix issue with upgrade for bug 31383
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemhall committed Jun 3, 2024
1 parent a0af099 commit 0565048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/data/mysql/db_revs/230600041.pl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
);
my $sth_insert = $dbh->prepare(
q{
INSERT INTO additional_contents_localizations(additional_content_id, title, content, lang, updated_on)
INSERT IGNORE INTO additional_contents_localizations(additional_content_id, title, content, lang, updated_on)
VALUES(?, ?, ?, ?, ?)
}
);
Expand Down

0 comments on commit 0565048

Please sign in to comment.