* 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:
parent
36c5fd599f
commit
a53d19a49f
@ -720,7 +720,7 @@ class Doctrine_Export extends Doctrine_Connection_Module
|
|||||||
public function getForeignKeyDeclaration(array $definition)
|
public function getForeignKeyDeclaration(array $definition)
|
||||||
{
|
{
|
||||||
$sql = $this->getForeignKeyBaseDeclaration($definition);
|
$sql = $this->getForeignKeyBaseDeclaration($definition);
|
||||||
$sql .= $this->getForeignKeyAdvancedOptions($definition);
|
// $sql .= $this->getForeignKeyAdvancedOptions($definition);
|
||||||
|
|
||||||
return $sql;
|
return $sql;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user