Files
MileVault/milevault_export/docker/init.sql
T
owain ec5a01d12a
Build and push images / build-backend (push) Successful in 33s
Build and push images / build-worker (push) Successful in 32s
Build and push images / build-frontend (push) Failing after 6s
All tweaks added
2026-06-06 18:10:35 +01:00

8 lines
332 B
SQL

-- 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.