mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 15:41:20 +02:00
- Introduced a new migration (011a_recover_transfer_configs_rename) to check and recover the transfer_configs table if it was incorrectly renamed to _transfer_configs_old during a previous migration. - Implemented logic to handle various states of the tables, including logging warnings for potential issues. - Ensured that the migration can be safely added to the existing migration sequence. This migration enhances the robustness of the database migration process by addressing potential inconsistencies.