X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FContact.pm;h=322f826479ef22944dfec8417b654ef0c0b184f7;hb=3ccf1a99fce36f76d43c8394b683b88ff14679ff;hp=2eb4fa5e7061d7e4165b39a2fdbf2bbe9fd02a71;hpb=f9676efea9ccfa01df2a57dca9c45cc8fde0d09e;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Contact.pm b/SL/DB/MetaSetup/Contact.pm index 2eb4fa5e7..322f82647 100644 --- a/SL/DB/MetaSetup/Contact.pm +++ b/SL/DB/MetaSetup/Contact.pm @@ -28,9 +28,12 @@ __PACKAGE__->meta->setup( cp_project => { type => 'text' }, cp_privatphone => { type => 'text' }, cp_privatemail => { type => 'text' }, - cp_birthday => { type => 'text' }, cp_abteilung => { type => 'text' }, cp_gender => { type => 'character', length => 1 }, + cp_street => { type => 'text' }, + cp_zipcode => { type => 'text' }, + cp_city => { type => 'text' }, + cp_birthday => { type => 'date' }, ], primary_key_columns => [ 'cp_id' ],