X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/6cf3f7762efd40bee49a2b8f11bb4ab6915d9071..7647d46:/SL/DB/MetaSetup/Employee.pm 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' ],