gcloud-lab/apps/base
sirius0xdev 23c7c707d8 fix(trade-dashboard): fix import errors and alembic migration
- database.py: remove dead pre-definition of DATABASE_URL with
  undefined db_user/db_pass variables
- models.py: add missing Table import from sqlalchemy
- alembic/env.py: replace deprecated run_async() with asyncio.run()
  (removed in SQLAlchemy 2.0)
- alembic 001_initial: use raw SQL for CREATE TYPE instead of
  op.create_enum() which requires alembic_postgresql_enum

Migration 001_initial successfully applied to trading_data DB.
2026-05-02 22:44:38 +00:00
..
customer1 fix(trade-dashboard): fix import errors and alembic migration 2026-05-02 22:44:38 +00:00
monitoring/dashboards feat: add Prometheus, Grafana, and Tailscale monitoring stack 2026-04-26 02:31:53 +00:00