Commit
Refactor database migration process to separate auto-migration and custom migrations
Commit details
Commit notes
- Moved auto-migration of models to the beginning of the Migrate function for clarity and organization. - Added error handling for the auto-migration step to ensure proper feedback on migration failures. - Maintained existing custom migration logic for handling specific data transformations.
- Files changed
- 1
- Lines added
- +24
- Lines removed
- −23