Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 604765d5

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 604765d5156076bdac2e2bf305ec287c6b0a0096
  • Vorgänger 4b211b2b
  • Nachfolger 29f99d33

Spalte 'cp_function' in 'cp_position' umbenennen zwecks Kompatibilität mit CRM

Unterschiede anzeigen:

SL/DB/MetaSetup/Contact.pm
34 34
    cp_zipcode     => { type => 'text' },
35 35
    cp_city        => { type => 'text' },
36 36
    cp_birthday    => { type => 'date' },
37
    cp_function    => { type => 'text' },
37
    cp_position    => { type => 'character', length => 75 },
38 38
  ],
39 39

  
40 40
  primary_key_columns => [ 'cp_id' ],

Auch abrufbar als: Unified diff