From 560f649276f44f31a28cb61b7db161f4db6bac46 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 24 Jun 2013 19:01:33 +0200 Subject: [PATCH] =?utf8?q?MetaSetup=20update=20f=C3=BCr=20csv=5Fimport=5Fp?= =?utf8?q?rofiles=20aus=20csv=5Fimport=5Freport=5Fcache.sql?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DB/MetaSetup/CsvImportProfile.pm | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.20.1