X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7e0130b0bd535dfceba01fe3f4eb6a552ab464a7..eebe8e90991eacadb6fbd20a648c152017a620c7:/SL/DB/MetaSetup/RequirementSpec.pm diff --git a/SL/DB/MetaSetup/RequirementSpec.pm b/SL/DB/MetaSetup/RequirementSpec.pm index 448816a88..667f39a6b 100644 --- a/SL/DB/MetaSetup/RequirementSpec.pm +++ b/SL/DB/MetaSetup/RequirementSpec.pm @@ -22,7 +22,7 @@ __PACKAGE__->meta->columns( status_id => { type => 'integer' }, time_estimation => { type => 'numeric', default => '0', not_null => 1, precision => 12, scale => 2 }, title => { type => 'text', not_null => 1 }, - type_id => { type => 'integer' }, + type_id => { type => 'integer', not_null => 1 }, working_copy_id => { type => 'integer' }, );