Files
GoMFT/internal/db
StarFleetCPTN 53cf4bc3c5 feat: Add migration to clean up invalid boolean values in database
- 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
2025-04-06 23:52:46 -07:00
..
2025-03-29 06:02:03 -07:00
2025-03-29 06:02:03 -07:00
2025-03-29 06:02:03 -07:00
2025-03-29 06:02:03 -07:00
2025-03-29 06:02:03 -07:00
2025-03-29 06:02:03 -07:00
2025-03-29 06:02:03 -07:00
2025-03-29 06:02:03 -07:00
2025-03-29 06:02:03 -07:00