Commit 7c1893cf authored by Steve Müller's avatar Steve Müller

Revert changing default SQL Server platform in driver

parent dc2a03df
......@@ -50,7 +50,7 @@ class Driver implements \Doctrine\DBAL\Driver
public function getDatabasePlatform()
{
return new \Doctrine\DBAL\Platforms\SQLServer2012Platform();
return new \Doctrine\DBAL\Platforms\SQLServer2008Platform();
}
public function getSchemaManager(\Doctrine\DBAL\Connection $conn)
......
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