X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8084ef359515031ec8429b49baf0ab09858f55d2..0ed9d7317f58878a38b6f3e1ac5ba052f4798538:/sql/Pg-upgrade2/oe_customer_vendor_fkeys.sql diff --git a/sql/Pg-upgrade2/oe_customer_vendor_fkeys.sql b/sql/Pg-upgrade2/oe_customer_vendor_fkeys.sql index 0ac6c8bf1..dcb3107e2 100644 --- a/sql/Pg-upgrade2/oe_customer_vendor_fkeys.sql +++ b/sql/Pg-upgrade2/oe_customer_vendor_fkeys.sql @@ -1,8 +1,6 @@ -- @tag: oe_customer_vendor_fkeys --- @encoding: utf-8 -- @description: Foreign Keys für customer und vendor in oe -- @depends: release_2_6_3 --- @timestamp: 1317380460 UPDATE oe SET customer_id = NULL WHERE customer_id = 0; UPDATE oe SET vendor_id = NULL WHERE vendor_id = 0;