Easy commit credits with migrations, part 6: Migrating data from a custom table
11 minute read Published: Author: Matt Parker
This is the sixth in a series of blog posts on writing migrations for contrib modules:
- In part 1, we set up a simple core migration.
- In part 2, I covered how to review and manually tested patches.
- In part 3, I demonstrated how to write automated migration tests
- In part 4, I demonstrated how to migrate simple configuration variables
- In part 5, I explained how to declare a module’s migration status to the migrate wizard
- In this part, I will show you how to migrate data from a custom …