Right now, once the map table is created it never changes. migrate_save_content_set() should generate the desired schema and compare it to the actual schema, making any changes necessary (primarily, changes necessitated by a change in primary key).
Right now, once the map table is created it never changes. migrate_save_content_set() should generate the desired schema and compare it to the actual schema, making any changes necessary (primarily, changes necessitated by a change in primary key).
Comments
Comment #1
mikeryanFinally, fixed.