database: Add deduct_year to member_history to simplify billing
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user