]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/CsvImportProfile.pm
MetaSetup update für csv_import_profiles aus csv_import_report_cache.sql
[mfinanz.git] / SL / DB / MetaSetup / CsvImportProfile.pm
index fb0d3da8e0982f5ec71ab73df461074e6dda7e7f..e01fe28f1b6d3954d7214c4b27255d52802b7f68 100644 (file)
@@ -18,8 +18,6 @@ __PACKAGE__->meta->setup(
   ],
 
   primary_key_columns => [ 'id' ],
-
-  unique_key => [ 'name' ],
 );
 
 1;