We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5147ae4 + 255e11e commit b401b29Copy full SHA for b401b29
src/Doctrine/PostgreSQLPlatformDecorator.php
@@ -5,7 +5,7 @@
5
namespace OpsWay\Doctrine;
6
7
use Doctrine\DBAL\Exception\InvalidArgumentException;
8
-use Doctrine\DBAL\Platforms\PostgreSQLPlatform;
+use Doctrine\DBAL\Platforms\PostgreSQL120Platform;
9
use Doctrine\DBAL\Schema\Index;
10
11
use function array_map;
@@ -14,7 +14,7 @@
14
use function sprintf;
15
16
/** @psalm-suppress all */
17
-class PostgreSQLPlatformDecorator extends PostgreSQLPlatform
+class PostgreSQLPlatformDecorator extends PostgreSQL120Platform
18
{
19
public function getCreateIndexSQL(Index $index, string $table) : string
20
0 commit comments