MetaSetup update für csv_import_profiles aus csv_import_report_cache.sql
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 24 Jun 2013 17:01:33 +0000 (19:01 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 25 Jun 2013 12:22:35 +0000 (14:22 +0200)
SL/DB/MetaSetup/CsvImportProfile.pm

index fb0d3da..e01fe28 100644 (file)
@@ -18,8 +18,6 @@ __PACKAGE__->meta->setup(
   ],
 
   primary_key_columns => [ 'id' ],
-
-  unique_key => [ 'name' ],
 );
 
 1;