Commit ced17e7e authored by Steve Müller's avatar Steve Müller

fix dropping table without autoincrement trigger in Oracle

parent 2196da9c
......@@ -311,7 +311,7 @@ class OracleSchemaManager extends AbstractSchemaManager
*/
public function dropTable($name)
{
$this->dropAutoincrement($name);
$this->tryMethod('dropAutoincrement', $name);
parent::dropTable($name);
}
......
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