Commit 1665ed9e authored by Juozas Kaziukenas's avatar Juozas Kaziukenas

Removed testing code for dropDatabase()

Signed-off-by: 's avatarJuozas Kaziukenas <juozas@juokaz.com>
parent f580f0a2
......@@ -223,19 +223,4 @@ class MsSqlSchemaManager extends AbstractSchemaManager
{
return $table['name'];
}
/**
* @override
*/
public function dropDatabase($name)
{
try
{
return parent::dropDatabase($name);
}
catch (\Exception $e)
{
print $e->getMessage();
}
}
}
\ No newline at end of file
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