Spalte 'cp_function' in 'cp_position' umbenennen zwecks Kompatibilität mit CRM
[kivitendo-erp.git] / SL / DB / MetaSetup / Contact.pm
index 20dae29..8dd8b5b 100644 (file)
@@ -34,7 +34,7 @@ __PACKAGE__->meta->setup(
     cp_zipcode     => { type => 'text' },
     cp_city        => { type => 'text' },
     cp_birthday    => { type => 'date' },
-    cp_function    => { type => 'text' },
+    cp_position    => { type => 'character', length => 75 },
   ],
 
   primary_key_columns => [ 'cp_id' ],