From: Sven Schöling Date: Mon, 24 Jun 2013 17:01:33 +0000 (+0200) Subject: MetaSetup update für csv_import_profiles aus csv_import_report_cache.sql X-Git-Tag: release-3.1.0beta1~271 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=560f649276f44f31a28cb61b7db161f4db6bac46;p=kivitendo-erp.git MetaSetup update für csv_import_profiles aus csv_import_report_cache.sql --- 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;