X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=sql%2FPg-upgrade2%2Fpayment_terms_translation2.sql;h=24ca874fab18ed17585a5c8fb63efe0cca26e0f7;hb=11d25b53fa311e7d86d499b0350e7aa9a1262859;hp=09b26f0c9c2d0ebf25038065c98aeb2c814de4ed;hpb=1df2efffbb760f0c7ad5e32e40807beadc227b80;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;