Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4f15333b

Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt

  • ID 4f15333b8cc0ae1b0b4089adc2e516ba002b298b
  • Vorgänger b810b2e9
  • Nachfolger dd6282f6

Fremdschlüssel für Tabellen oe, delivery_orders, parts, translation

Unterschiede anzeigen:

SL/DB/Part.pm
21 21
    class        => 'SL::DB::Assembly',
22 22
    column_map   => { id => 'id' },
23 23
  },
24
  partsgroup                     => {
25
    type         => 'one to one',
26
    class        => 'SL::DB::PartsGroup',
27
    column_map   => { partsgroup_id => 'id' },
28
  },
29
  price_factor   => {
30
    type         => 'one to one',
31
    class        => 'SL::DB::PriceFactor',
32
    column_map   => { price_factor_id => 'id' },
33
  },
34 24
  prices         => {
35 25
    type         => 'one to many',
36 26
    class        => 'SL::DB::Price',

Auch abrufbar als: Unified diff