X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FDB%2FMetaSetup%2FEmployee.pm;h=a99121dfdd7090e61f55766924e2b3430a3e7760;hb=f46dfda018cac3aeaa549d678ad036d0cfff2e6d;hp=f86174fbb8ea3cd7946a27eb8e34ea7724b7b688;hpb=4fd22b569d4436293e0a9d364d7356b5bfc503e5;p=kivitendo-erp.git diff --git a/SL/DB/MetaSetup/Employee.pm b/SL/DB/MetaSetup/Employee.pm index f86174fbb..a99121dfd 100644 --- a/SL/DB/MetaSetup/Employee.pm +++ b/SL/DB/MetaSetup/Employee.pm @@ -26,6 +26,7 @@ __PACKAGE__->meta->setup( addr4 => { type => 'text' }, homephone => { type => 'text' }, workphone => { type => 'text' }, + deleted => { type => 'boolean', default => 'false' }, ], primary_key_columns => [ 'id' ],