Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 26b4def7

Von Sven Schöling vor mehr als 11 Jahren hinzugefügt

  • ID 26b4def7670b9f01e1eb61ac8d7e4d18c1f2593a
  • Vorgänger 95f559de
  • Nachfolger 560f6492

MetaSetup update für contacts

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_position    => { type => 'character', length => 75 },
37
    cp_position    => { type => 'varchar', length => 75 },
38 38
  ],
39 39

  
40 40
  primary_key_columns => [ 'cp_id' ],

Auch abrufbar als: Unified diff