mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 15:41:20 +02:00
- Introduced a new migration (013_cleanup_invalid_booleans) to update boolean columns represented as integers in the transfer_configs, notification_services, and auth_providers tables. - Ensured that only valid values (0, 1, or NULL) are retained, setting any invalid values to 0. - Added error handling for potential issues during the migration process, including checks for table existence before attempting updates. This migration improves data integrity by standardizing boolean representations across the database. https://github.com/StarFleetCPTN/GoMFT/issues/69