Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 50aabb48

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 50aabb483692039941096440a354d77b49ce0236
  • Vorgänger 09a63fcb
  • Nachfolger 57d97e2b

time_estimation in Sections richtig aktualisieren & in Pflichtenheften einführen

Unterschiede anzeigen:

SL/DB/MetaSetup/RequirementSpecItem.pm
19 19
  item_type            => { type => 'text', not_null => 1 },
20 20
  itime                => { type => 'timestamp', default => 'now()', not_null => 1 },
21 21
  mtime                => { type => 'timestamp' },
22
  net_sum              => { type => 'numeric', default => '0', not_null => 1, precision => 2, scale => 12 },
23 22
  parent_id            => { type => 'integer' },
24 23
  position             => { type => 'integer', not_null => 1 },
25 24
  requirement_spec_id  => { type => 'integer', not_null => 1 },

Auch abrufbar als: Unified diff