- Issue created by @mparker17
Once you've come up with a Solution, being able to bundle it as an database update hook would be a helpful way to ensure that Solution is run without manual intervention (e.g.: on a production environment).
We already perform fixes in a batch process. Batch jobs and database update hooks have a similar API, so hopefully it shouldn't be too big of a leap.
Drush has a set of "generator" commands — if we can register our own generator, that would be a good place to start.
Add a Drush generator to create an update hook from a Scanner-Fixer Solution.
To be determined.
To be determined.
To be determined.
Active
3.0
Code