]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/RequirementSpecItem.pm
Pflichtenhefte: Meta-Setups nach RDBO-Update neu gebaut
[kivitendo-erp.git] / SL / DB / MetaSetup / RequirementSpecItem.pm
index 63e4eecdac149b2f01cd8744411831161a8a7c0b..79c1ca0b28a0eef08d5ed7a8f4ea458779126074 100644 (file)
@@ -24,7 +24,7 @@ __PACKAGE__->meta->columns(
   position             => { type => 'integer', not_null => 1 },
   requirement_spec_id  => { type => 'integer', not_null => 1 },
   risk_id              => { type => 'integer' },
-  time_estimation      => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 },
+  time_estimation      => { type => 'numeric', default => '0', not_null => 1, precision => 12, scale => 2 },
   title                => { type => 'text' },
 );