]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/RequirementSpecItem.pm
Projekt: Sortierung nach project_status
[mfinanz.git] / SL / DB / MetaSetup / RequirementSpecItem.pm
index cb92d3831d83a9fe43ed219d7a22d57c6286b31d..62f9bcca7093760c700147ef75342f234bb9a4d6 100644 (file)
@@ -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 },