[WIP] Entities: Add AreaComContract to group area commitments together
All checks were successful
Test / Run tests (push) Successful in 1m50s

This commit is contained in:
2026-03-30 19:35:53 +02:00
parent 1f4fe2129d
commit bb1dd3e4e9
26 changed files with 880 additions and 330 deletions

View File

@@ -3,7 +3,7 @@
DELETE FROM credit;
DELETE FROM payment_variant;
DELETE FROM delivery;
DELETE FROM area_commitment;
DELETE FROM area_commitment_contract;
DELETE FROM area_commitment_type;
DELETE FROM season;
DELETE FROM wine_attribute;