Problem/Motivation

Migrations should be in the directory migrations instead of migration_templates.

See Migrations are plugins instead of configuration entities

Proposed resolution

Rename all migration_templates to migrations.

Remaining tasks

Make a patch
Test it
commit it

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Comments

quietone created an issue. See original summary.

karthikkumarbodu’s picture

Status: Active » Needs review
StatusFileSize
new11.07 KB

Renamed migration_templates to migrations

Status: Needs review » Needs work
heddn’s picture

@karthikkumarbodu looks like those were all deletes, not renames. Might try again?

vinod_kc’s picture

Modified the patch please check

vinod_kc’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work
karthikkumarbodu’s picture

Status: Needs work » Needs review
StatusFileSize
new3.59 KB
quietone’s picture

Status: Needs review » Needs work

@karthikkumarbodu thank you! That does the commerce submodule.

Still to do is migration_templates in the ubercart submodule.

karthikkumarbodu’s picture

Status: Needs work » Needs review
StatusFileSize
new7.4 KB

Renamed directory migration_templates to migrations in the ubercart submodule.

quietone’s picture

Status: Needs review » Reviewed & tested by the community

@karthikkumarbodu, thanks a lot!

Installed the patch, looks greats, tests are passing. So RTBC.

heddn’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.