From: Sven Schöling Date: Mon, 24 Jun 2013 16:53:47 +0000 (+0200) Subject: MetaSetup update für contacts X-Git-Tag: release-3.1.0beta1~272 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=26b4def7670b9f01e1eb61ac8d7e4d18c1f2593a;p=kivitendo-erp.git MetaSetup update für contacts --- 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' ],