]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/MetaSetup/RequirementSpec.pm
PriceSource: Erste Version
[mfinanz.git] / SL / DB / MetaSetup / RequirementSpec.pm
index 448816a88d21124d8e3eab7d940eb5a3a7d26af1..667f39a6bf67126990d6e106597da6b70cf03e04 100644 (file)
@@ -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' },
 );