Problem/Motivation
1. The original report (see below) pointed out that documentation, change record, and the code base were not in agreement about the location of the migration yml files.
The change record is correct. Migration yml files should be located in MODULE/migrations instead of MODULE/migration_templates.
2.Requires Configuration Tag to migration to specify configuration migration.
Steps to reproduce
Proposed resolution
1.Rename all directories from contrib/module_name/migration_templates to contrib/module_name/migrations.
2.Add Configurationas migration_tags.
Remaining tasks
N/A
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Comments
Comment #2
omkar.podey commentedChanged migration file location to migrations folder , updated migration tags.
Comment #3
gregglesThanks for your contribution.
Could you add some details using the template to make the issue summary a little more complete? That would help folks understand what's going on here and why it's important.
Comment #4
omkar.podey commentedwrong patch don't mind
Comment #5
omkar.podey commentedComment #6
omkar.podey commentedComment #7
omkar.podey commentedComment #8
omkar.podey commentedComment #9
narendrarComment #10
narendrarTested manually and migration is working from D7 to D9.
Comment #12
gregglesthanks for the patch and review. Now committed.