docs: update changelog for migration fix

This commit is contained in:
Graham McIntire 2026-03-05 07:54:58 -06:00
parent 212f9089e0
commit 53ab811564
No known key found for this signature in database

View file

@ -981,3 +981,10 @@ fix: increase TimescaleDB tuple decompression limit to unlimited
- Modified: priv/repo/migrations/20260304234205_increase_timescaledb_decompression_limit.exs
- The sync_interfaces/2 function was hitting the default 100,000 tuple limit when syncing devices with many interfaces
fix: use current_database() in TimescaleDB migration
- Fixed production crash caused by hardcoded development database name
- Migration now uses PostgreSQL's current_database() function to get actual database name at runtime
- Modified: priv/repo/migrations/20260304234205_increase_timescaledb_decompression_limit.exs
- Fixes: ERROR 3D000 (invalid_catalog_name) database "towerops_dev" does not exist