MetaSetup update für contacts
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 24 Jun 2013 16:53:47 +0000 (18:53 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 25 Jun 2013 12:22:35 +0000 (14:22 +0200)
SL/DB/MetaSetup/Contact.pm

index 8dd8b5b..225a4c7 100644 (file)
@@ -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' ],