trading/alembic
Viktor Barzin e73d62cd3a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: make hypertable creation conditional on TimescaleDB extension
The alembic migration unconditionally called create_hypertable() which
fails if TimescaleDB isn't installed on the PostgreSQL instance. Wrap
in a DO block that checks for the extension first.
2026-02-25 21:03:31 +00:00
..
versions fix: make hypertable creation conditional on TimescaleDB extension 2026-02-25 21:03:31 +00:00
env.py feat: database models and alembic migrations — all tables per design 2026-02-22 15:17:07 +00:00
README feat: database models and alembic migrations — all tables per design 2026-02-22 15:17:07 +00:00
script.py.mako feat: database models and alembic migrations — all tables per design 2026-02-22 15:17:07 +00:00

Generic single-database configuration.