1
0
mirror of synced 2025-01-18 22:41:43 +03:00

* 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 ;)
This commit is contained in:
pookey 2007-06-14 11:09:53 +00:00
parent 36c5fd599f
commit a53d19a49f

View File

@ -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;
}