X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3250f2ee17441742890fe97b4fe5851626029441..cee96ce94e35fe865352a3e5d604314eb050540b:/SL/DB/MetaSetup/RequirementSpecItem.pm diff --git a/SL/DB/MetaSetup/RequirementSpecItem.pm b/SL/DB/MetaSetup/RequirementSpecItem.pm index cb92d3831..62f9bcca7 100644 --- a/SL/DB/MetaSetup/RequirementSpecItem.pm +++ b/SL/DB/MetaSetup/RequirementSpecItem.pm @@ -12,6 +12,7 @@ __PACKAGE__->meta->setup( columns => [ id => { type => 'serial', not_null => 1 }, requirement_spec_id => { type => 'integer', not_null => 1 }, + item_type => { type => 'text', not_null => 1 }, parent_id => { type => 'integer' }, position => { type => 'integer', not_null => 1 }, fb_number => { type => 'text', not_null => 1 },