feat(store): default backfill horizon to 90 days
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -40,7 +40,7 @@ CREATE TABLE profile (
|
||||
-- BackfillHorizonDays bounds how far back "Sync now" reaches when
|
||||
-- walking backward from today; read fresh on every sync (not cached at
|
||||
-- server startup), so changing it here takes effect on the next click.
|
||||
backfill_horizon_days INTEGER NOT NULL DEFAULT 1095,
|
||||
backfill_horizon_days INTEGER NOT NULL DEFAULT 90,
|
||||
max_heart_rate REAL,
|
||||
resting_heart_rate REAL,
|
||||
hr_zone1_min_pct REAL NOT NULL DEFAULT 50,
|
||||
|
||||
Reference in New Issue
Block a user