Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 59b16044

Von Tamino Steinert vor 3 Monaten hinzugefügt

  • ID 59b16044136f5af4924b3d473d82ac03db2803dd
  • Vorgänger 7b620fdc
  • Nachfolger 90759553

Varianten: SQL-Scripte und ROSE-DB Dateien erstellt

Unterschiede anzeigen:

SL/DB/Helper/Mappings.pm
168 168
  oe                             => 'order',
169 169
  oe_version                     => 'order_version',
170 170
  parts                          => 'part',
171
  parts_parent_variant_id_parts_variant_id => 'PartParentVariantPartVariant',
171 172
  partsgroup                     => 'parts_group',
172 173
  part_classifications           => 'PartClassification',
173 174
  part_customer_prices           => 'PartCustomerPrice',
......
231 232
  todo_user_config               => 'todo_user_config',
232 233
  transfer_type                  => 'transfer_type',
233 234
  translation                    => 'translation',
235
  translation_variant_properties => 'TranslationVariantProperty',
236
  translation_variant_property_values => 'TranslationVariantPropertyValue',
234 237
  trigger_information            => 'trigger_information',
235 238
  units                          => 'unit',
236 239
  units_language                 => 'units_language',
237 240
  user_preferences               => 'user_preference',
238 241
  validity_tokens                => 'ValidityToken',
242
  variant_properties             => 'VariantProperty',
243
  variant_properties_parts       => 'VariantPropertyPart',
244
  variant_property_values        => 'VariantPropertyValue',
245
  variant_property_values_parts  => 'VariantPropertyValuePart',
239 246
  vendor                         => 'vendor',
240 247
  warehouse                      => 'warehouse',
241 248
);

Auch abrufbar als: Unified diff