diff --git a/Command/AbstractPropelCommand.php b/Command/AbstractPropelCommand.php index 2a68df6..a8569d5 100644 --- a/Command/AbstractPropelCommand.php +++ b/Command/AbstractPropelCommand.php @@ -191,7 +191,7 @@ abstract class AbstractPropelCommand extends ContainerAwareCommand $prefix = implode('/', array_slice($parts, 1, $length)); foreach ($schemas as $schema) { - $tempSchema = md5($schema).'_'.$schema->getBaseName(); + $tempSchema = $bundle->getName().'-'.$schema->getBaseName(); $this->tempSchemas[$tempSchema] = array( 'bundle' => $bundle->getName(), 'basename' => $schema->getBaseName(),