database: Add member_history and different types of business shares
This commit is contained in:
+2
-2
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user