]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/ProjectPhaseParticipant.pm
Pflichtenhefte: Meta-Setups nach RDBO-Update neu gebaut
[kivitendo-erp.git] / SL / DB / MetaSetup / ProjectPhaseParticipant.pm
index 83789803210ef802cfe474fafa7c4caeb758b08a..73c0f04b98ef1be68acb15eab0a94872c1394bd7 100644 (file)
@@ -9,7 +9,7 @@ use base qw(SL::DB::Object);
 __PACKAGE__->meta->table('project_phase_participants');
 
 __PACKAGE__->meta->columns(
-  cost_per_hour    => { type => 'numeric', precision => 5, scale => 15 },
+  cost_per_hour    => { type => 'numeric', precision => 15, scale => 5 },
   employee_id      => { type => 'integer', not_null => 1 },
   id               => { type => 'serial', not_null => 1 },
   itime            => { type => 'timestamp', default => 'now()' },