Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3ccf1a99

Von Moritz Bunkus vor etwa 12 Jahren hinzugefügt

  • ID 3ccf1a99fce36f76d43c8394b683b88ff14679ff
  • Vorgänger 8c62c86a
  • Nachfolger 5c7cee58

Kontaktpersonenfeld von Freitext auf Datum umstelen

Basierend auf Patch von Thomas Heck <> mit
Verfeinerungen von mir.

Implementiert #2021.

Unterschiede anzeigen:

SL/DB/MetaSetup/Contact.pm
28 28
    cp_project     => { type => 'text' },
29 29
    cp_privatphone => { type => 'text' },
30 30
    cp_privatemail => { type => 'text' },
31
    cp_birthday    => { type => 'text' },
32 31
    cp_abteilung   => { type => 'text' },
33 32
    cp_gender      => { type => 'character', length => 1 },
33
    cp_street      => { type => 'text' },
34
    cp_zipcode     => { type => 'text' },
35
    cp_city        => { type => 'text' },
36
    cp_birthday    => { type => 'date' },
34 37
  ],
35 38

  
36 39
  primary_key_columns => [ 'cp_id' ],

Auch abrufbar als: Unified diff