You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
db-schema/db_scripts/diff/13216.up

9 lines
545 B

USE provisioning;
SET AUTOCOMMIT=0;
INSERT INTO language_strings (code, language, string) VALUES ('Web.Fees.InvalidDirection', 'en', 'Invalid fee direction');
INSERT INTO language_strings (code, language, string) VALUES ('Web.Fees.InvalidDirection', 'de', 'Ungültige Gebühren-Richtung');
INSERT INTO language_strings (code, language, string) VALUES ('Web.Fees.InvalidDirection', 'fr', 'Invalid fee direction');
INSERT INTO language_strings (code, language, string) VALUES ('Web.Fees.InvalidDirection', 'es', 'Invalid fee direction');
COMMIT;