docs: update changelog for migration fix
This commit is contained in:
parent
212f9089e0
commit
53ab811564
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue