Skip to content

Commit

Permalink
use default implementation of getDropForeignKeySQL for Akiban.
Browse files Browse the repository at this point in the history
  • Loading branch information
posulliv committed Aug 13, 2012
1 parent b40d8bb commit 541fb29
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/Doctrine/DBAL/Platforms/AkibanServerPlatform.php
Expand Up @@ -356,16 +356,6 @@ public function getDropSequenceSQL($sequence)
return 'DROP SEQUENCE ' . $sequence . ' RESTRICT'; return 'DROP SEQUENCE ' . $sequence . ' RESTRICT';
} }


/**
* @param \Doctrine\DBAL\Schema\ForeignKeyConstraint|string $foreignKey
* @param Table|string $table
* @return string
*/
public function getDropForeignKeySQL($foreignKey, $table)
{
// TODO
}

/** /**
* Gets the SQL used to create a table. * Gets the SQL used to create a table.
* *
Expand Down

0 comments on commit 541fb29

Please sign in to comment.