X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/51ff80116cec826a1d614dc10bc2f9b09a2b80cd..41a1b801:/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;