]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Part.pm
Ergänzung in Rose
[kivitendo-erp.git] / SL / DB / MetaSetup / Part.pm
index ddc3f6fbece679d48afced739c5206a94d9870c1..bdc726ef164f0df89697e78a47acda5f643ed3aa 100644 (file)
@@ -54,6 +54,7 @@ __PACKAGE__->meta->setup(
   primary_key_columns => [ 'id' ],
 
   allow_inline_column_values => 1,
+  unique_key => [ 'partnumber' ],
 
   foreign_keys => [
     bin => {