Commit a53d19a4 authored by pookey's avatar pookey

* Commenting out a line in export, I've no idea what it's meant to do, but it breaks things.

  * ZYNE! you need to look at this ;)
parent 36c5fd59
......@@ -720,7 +720,7 @@ class Doctrine_Export extends Doctrine_Connection_Module
public function getForeignKeyDeclaration(array $definition)
{
$sql = $this->getForeignKeyBaseDeclaration($definition);
$sql .= $this->getForeignKeyAdvancedOptions($definition);
// $sql .= $this->getForeignKeyAdvancedOptions($definition);
return $sql;
}
......
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