database: Add deduct_year to member_history to simplify billing

This commit is contained in:
2026-07-03 10:44:17 +02:00
parent 1fe5037c11
commit 32b2101709
+1
View File
@@ -244,6 +244,7 @@ CREATE TABLE member_history (
shares INTEGER NOT NULL,
value_per_share INTEGER DEFAULT NULL,
currency TEXT DEFAULT NULL,
deduct_year INTEGER DEFAULT NULL,
comment TEXT DEFAULT NULL,
CONSTRAINT pk_member_history PRIMARY KEY (histnr),