mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 23:32:12 +03:00
Adds migration 086 to create the `quota_pool_connections` join table with a backfill that seeds every existing pool's single connection_id as its first member. Updates QuotaPool type with `connectionIds: string[]`, wires createPool/updatePool/deletePool to maintain the join table transactionally, and keeps `connection_id` as the primary back-compat column synced to `connectionIds[0]`.