Commit 0b03421a authored by Kim Hemsø Rasmussen's avatar Kim Hemsø Rasmussen

Pass DDC214 with https://github.com/doctrine/doctrine2/pull/244 applied and corrected stupid type.

parent 613e5d18
...@@ -74,7 +74,7 @@ class DrizzleSchemaManager extends AbstractSchemaManager ...@@ -74,7 +74,7 @@ class DrizzleSchemaManager extends AbstractSchemaManager
$columns, $columns,
$tableForeignKey['REFERENCED_TABLE_NAME'], $tableForeignKey['REFERENCED_TABLE_NAME'],
$ref_columns, $ref_columns,
$tableForeignKey['CONSTRAINT_NAME']. $tableForeignKey['CONSTRAINT_NAME'],
array( array(
'onUpdate' => $tableForeignKey['UPDATE_RULE'], 'onUpdate' => $tableForeignKey['UPDATE_RULE'],
'onDelete' => $tableForeignKey['DELETE_RULE'], 'onDelete' => $tableForeignKey['DELETE_RULE'],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment