Skip to content

Commit

Permalink
Avoid integrity constraint violation on translations_admin table (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser authored Jul 2, 2024
1 parent 069512e commit 13681c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dump/data-1-translations_admin.sql
Original file line number Diff line number Diff line change
Expand Up @@ -742,9 +742,6 @@ INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`m
INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`modificationDate`,`userOwner`,`userModification`) VALUES ('PIM','simple','tr','',1719850132,1719850132,2,2);
INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`modificationDate`,`userOwner`,`userModification`) VALUES ('PIM','simple','uk','',1719850132,1719850132,2,2);
INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`modificationDate`,`userOwner`,`userModification`) VALUES ('PIM','simple','zh_Hans','',1719850132,1719850132,2,2);
INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`modificationDate`,`userOwner`,`userModification`) VALUES ('Pimcore\'s logotype','simple','de','',1719850077,1719850077,0,0);
INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`modificationDate`,`userOwner`,`userModification`) VALUES ('Pimcore\'s logotype','simple','en','',1719850077,1719850077,0,0);
INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`modificationDate`,`userOwner`,`userModification`) VALUES ('Pimcore\'s logotype','simple','fr','',1719850077,1719850077,0,0);
INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`modificationDate`,`userOwner`,`userModification`) VALUES ('Portal-Page','simple','ca','',1719850132,1719850132,2,2);
INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`modificationDate`,`userOwner`,`userModification`) VALUES ('Portal-Page','simple','cs','',1719850132,1719850132,2,2);
INSERT INTO translations_admin (`key`,`type`,`language`,`text`,`creationDate`,`modificationDate`,`userOwner`,`userModification`) VALUES ('Portal-Page','simple','de','',1719850132,1719850132,2,2);
Expand Down

0 comments on commit 13681c9

Please sign in to comment.