X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/82053b457be3de2ee5285dc13633222f4d30802c..7635f647ec7dcdef51684b21601ee0930ea2bc5b:/SL/DB/MetaSetup/Part.pm?ds=inline diff --git a/SL/DB/MetaSetup/Part.pm b/SL/DB/MetaSetup/Part.pm index ddc3f6fbe..bdc726ef1 100644 --- a/SL/DB/MetaSetup/Part.pm +++ b/SL/DB/MetaSetup/Part.pm @@ -54,6 +54,7 @@ __PACKAGE__->meta->setup( primary_key_columns => [ 'id' ], allow_inline_column_values => 1, + unique_key => [ 'partnumber' ], foreign_keys => [ bin => {