From 402784a1a94a7ec012568443060696ccc81fbbb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 8 Feb 2012 18:04:44 +0100 Subject: [PATCH] rdbo: deleted in employee --- SL/DB/MetaSetup/Employee.pm | 1 + 1 file changed, 1 insertion(+) 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' ], -- 2.20.1