1
0
mirror of synced 2025-01-18 14:31:40 +03:00
This commit is contained in:
zYne 2007-10-13 21:40:43 +00:00
parent e79f1c34cf
commit b202f467c3

View File

@ -97,10 +97,10 @@ class Doctrine_AuditLog extends Doctrine_Plugin
$options = array('className' => $className);
$relations = array($name => array('local' => $local,
$relations = array($name => array('local' => $id,
'foreign' => $id,
'onDelete' => 'CASCADE',
'onUpdate' => 'CASCADE'));
'onUpdate' => 'CASCADE'));
$this->generateClass($options, $columns, array());