feat: add stock calculation mode to user settings with automatic and manual options
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add stock calculation mode setting
|
||||
-- "automatic" = stock decreases based on schedule from start date
|
||||
-- "manual" = stock only decreases when doses are marked as taken
|
||||
ALTER TABLE user_settings ADD COLUMN stock_calculation_mode TEXT NOT NULL DEFAULT 'automatic';
|
||||
Reference in New Issue
Block a user