Add area_commitment_parcel table

This commit is contained in:
2023-04-15 16:34:55 +02:00
parent e49f66f922
commit 4907f71bcb
5 changed files with 54 additions and 30 deletions

View File

@ -14,7 +14,8 @@ import csv
DIR: str
TABLES = ['branch', 'wb_gl', 'wb_kg', 'wb_rd', 'wine_attribute', 'wine_cultivation',
'member', 'member_billing_address', 'contract', 'area_commitment', 'area_commitment_attribute',
'member', 'member_billing_address', 'contract',
'area_commitment', 'area_commitment_parcel', 'area_commitment_attribute',
'season', 'modifier', 'delivery', 'delivery_part', 'delivery_part_attribute', 'delivery_part_modifier', ]
# 'payment_variant', 'delivery_payment', 'member_payment']