X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fpayment_terms_translation2.sql;h=24ca874fab18ed17585a5c8fb63efe0cca26e0f7;hb=3922a3c19a5150eee19a89957a0e616797e71a2b;hp=09b26f0c9c2d0ebf25038065c98aeb2c814de4ed;hpb=dbbf892309056494e9243df8b7599096ef9e42c5;p=kivitendo-erp.git diff --git a/sql/Pg-upgrade2/payment_terms_translation2.sql b/sql/Pg-upgrade2/payment_terms_translation2.sql index 09b26f0c9..24ca874fa 100644 --- a/sql/Pg-upgrade2/payment_terms_translation2.sql +++ b/sql/Pg-upgrade2/payment_terms_translation2.sql @@ -1,7 +1,6 @@ -- @tag: payment_terms_translation2 -- @description: Eingliederung von payment_terms_translation in generic_translations -- @depends: release_2_6_1 --- @charset: utf-8 INSERT INTO generic_translations (language_id, translation_type, translation_id, translation) SELECT language_id, 'SL::DB::PaymentTerm/description_long', payment_terms_id, description_long FROM translation_payment_terms;