Initial Commit

This commit is contained in:
2026-06-06 13:23:33 +01:00
commit 1a0d45dd67
58 changed files with 5268 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
-- Enable TimescaleDB extension
CREATE EXTENSION IF NOT EXISTS timescaledb;
CREATE EXTENSION IF NOT EXISTS postgis;
-- Activity data points will use TimescaleDB hypertable for efficient
-- time-series queries on HR, cadence, power, temperature, etc.
-- Tables are created by Alembic migrations; this just ensures extensions exist.