Closed (fixed)
Project:
Migrate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Jan 2012 at 20:53 UTC
Updated:
12 Feb 2012 at 17:10 UTC
MigrationBase::registerMigration() only inserts previously unregistered migrations - it does nothing if the migration is already in the migrate_status table. This is a problem when developing dynamic migrations - changing the arguments in the code doesn't automatically update them in the table, so it's difficult to make them take. We should update migrate_status when the class_name or arguments have changed.
Comments
Comment #1
mikeryanCommitted to D6 and D7.