Skip to content
Snippets Groups Projects

Issue #3228311: Use a standard migration derivatives ID delimiter

4 files
+ 10
10
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -422,7 +422,7 @@ class MigrateUpgradeDrushRunner {
* The ID modified to serve as a configuration entity ID.
*/
protected function modifyId($id) {
return $this->options['migration-prefix'] . str_replace(':', '_', $id);
return $this->options['migration-prefix'] . str_replace(':', '__', $id);
}
/**
Loading