From 26b4def7670b9f01e1eb61ac8d7e4d18c1f2593a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 24 Jun 2013 18:53:47 +0200 Subject: [PATCH] =?utf8?q?MetaSetup=20update=20f=C3=BCr=20contacts?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DB/MetaSetup/Contact.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/DB/MetaSetup/Contact.pm b/SL/DB/MetaSetup/Contact.pm index 8dd8b5b6d..225a4c795 100644 --- a/SL/DB/MetaSetup/Contact.pm +++ b/SL/DB/MetaSetup/Contact.pm @@ -34,7 +34,7 @@ __PACKAGE__->meta->setup( cp_zipcode => { type => 'text' }, cp_city => { type => 'text' }, cp_birthday => { type => 'date' }, - cp_position => { type => 'character', length => 75 }, + cp_position => { type => 'varchar', length => 75 }, ], primary_key_columns => [ 'cp_id' ], -- 2.20.1