Problem/Motivation
There is no reason why the picture migrations need to be required to run the d6_user migration. This causes a lot of extra setup when trying to test anything that needs the user migration.
Proposed resolution
Make the dependencies optional so they're only run if in the list of migrations.
Remaining tasks
Review
User interface changes
n/a
API changes
n/a
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2422301-1.patch | 651 bytes | benjy |
Comments
Comment #1
benjy commentedHad some other stuff in the patch.
Comment #2
chx commentedYeah, if we moved d6_user_picture_file then move the rest too. Makes sense.
Comment #3
alexpottCommitted 7d7114e and pushed to 8.0.x. Thanks!