read.markets/alembic
Giorgio Gilestro 51efccd3b1 db: drop redundant user_id index on email_sends
The composite ix_email_sends_user_kind_sent (user_id, kind, sent_at)
already satisfies leftmost-prefix WHERE user_id=? lookups on both
MariaDB and SQLite, so the standalone per-column index was dead
weight. Drop it before the migration ever lands in prod.
2026-05-25 22:55:33 +02:00
..
versions db: drop redundant user_id index on email_sends 2026-05-25 22:55:33 +02:00
env.py sync: encrypted cloud backup for portfolios + settings UX rework 2026-05-23 16:15:54 +02:00
script.py.mako initial commit — cassandra v0.1 2026-05-15 21:56:10 +01:00