Add client_parameter table

This commit is contained in:
2023-04-28 12:45:10 +02:00
parent f8a27ea3ad
commit 24928931c8
3 changed files with 49 additions and 6 deletions

View File

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