database: Add member_history and different types of business shares

This commit is contained in:
2026-07-01 00:20:33 +02:00
parent 399838971f
commit 6938a028e3
8 changed files with 176 additions and 50 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ INSERT INTO wine_attribute (attrid, name, active, max_kg_per_ha, strict, fill_lo
('S', 'Saft', TRUE, NULL, FALSE, 0),
('Z', 'Sekt', TRUE, NULL, FALSE, 0);
INSERT INTO season (year, currency, min_kg_per_bs, max_kg_per_bs, penalty_per_kg, penalty_amount, penalty_none, penalty_per_bs_amount, penalty_per_bs_none, bs_value, start_date, end_date) VALUES
(2025, 'EUR', 1000, 3000, NULL, NULL, NULL, NULL, NULL, NULL, '2025-09-15', '2025-10-31');
INSERT INTO season (year, currency, min_kg_per_share, max_kg_per_share, start_date, end_date) VALUES
(2025, 'EUR', 1000, 3000, '2025-09-15', '2025-10-31');
INSERT INTO modifier (year, modid, ordering, name, abs, rel) VALUES
(2025, 'L', 1, 'Leicht geschädigtes Traubenmaterial', NULL, -0.05),