X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FShipto.pm;h=cde5a320d1ee631d9ca5c4cd14e730c972f03380;hb=87e65e6c1cc64bfb2d73b6914ed2ef136861dd42;hp=0943c0448ceb67331ee5b3ad6254fd170f314360;hpb=6cf3f7762efd40bee49a2b8f11bb4ab6915d9071;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Shipto.pm b/SL/DB/MetaSetup/Shipto.pm index 0943c0448..cde5a320d 100644 --- a/SL/DB/MetaSetup/Shipto.pm +++ b/SL/DB/MetaSetup/Shipto.pm @@ -26,6 +26,7 @@ __PACKAGE__->meta->setup( mtime => { type => 'timestamp' }, module => { type => 'text' }, shipto_id => { type => 'integer', not_null => 1, sequence => 'id' }, + shiptocp_gender => { type => 'text' }, ], primary_key_columns => [ 'shipto_id' ],