X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4b26e2437f1ea0d13980a1847cbfbfbd133cae2f..560f649276f44f31a28cb61b7db161f4db6bac46:/SL/DB/MetaSetup/CsvImportProfile.pm diff --git a/SL/DB/MetaSetup/CsvImportProfile.pm b/SL/DB/MetaSetup/CsvImportProfile.pm index fb0d3da8e..e01fe28f1 100644 --- a/SL/DB/MetaSetup/CsvImportProfile.pm +++ b/SL/DB/MetaSetup/CsvImportProfile.pm @@ -18,8 +18,6 @@ __PACKAGE__->meta->setup( ], primary_key_columns => [ 'id' ], - - unique_key => [ 'name' ], ); 1;