X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1561b7f3d98390ba97bd5a81945f16e82d96915b..f2fa8662d57a95f3604cdd2db424e428d5b220c9:/SL/DB/MetaSetup/RequirementSpec.pm diff --git a/SL/DB/MetaSetup/RequirementSpec.pm b/SL/DB/MetaSetup/RequirementSpec.pm index a08ee183a..797137afe 100644 --- a/SL/DB/MetaSetup/RequirementSpec.pm +++ b/SL/DB/MetaSetup/RequirementSpec.pm @@ -15,11 +15,11 @@ __PACKAGE__->meta->columns( is_template => { type => 'boolean', default => 'false' }, itime => { type => 'timestamp', default => 'now()' }, mtime => { type => 'timestamp' }, - net_sum => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 }, previous_fb_number => { type => 'integer', not_null => 1 }, previous_section_number => { type => 'integer', not_null => 1 }, project_id => { type => 'integer' }, status_id => { type => 'integer' }, + time_estimation => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 }, title => { type => 'text', not_null => 1 }, type_id => { type => 'integer' }, version_id => { type => 'integer' },