Commit 65806f59 authored by Guilherme Blanco's avatar Guilherme Blanco

Update lib/Doctrine/DBAL/Platforms/MySqlPlatform.php

parent 61873e38
......@@ -457,7 +457,7 @@ class MySqlPlatform extends AbstractPlatform
private function buildPartitionOptions(array $options)
{
return (isset($options['partition_options']))
? $options['partition_options']
? ' ' . $options['partition_options']
: '';
}
......
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