]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Contact.pm
Spalte 'cp_function' in 'cp_position' umbenennen zwecks Kompatibilität mit CRM
[kivitendo-erp.git] / SL / DB / MetaSetup / Contact.pm
index 20dae29d52b6a9eebf6878d28c6e85d1af5b2b14..8dd8b5b6dfcf764b471bd29e9dde3dcc78e280fb 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' ],