Skip to content

Commit 86bca02

Browse files
authored
Merge pull request #3 from dizzy7/patch1
Doctrine migrations fix
2 parents 4af0fb8 + 7ebaf3d commit 86bca02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/DBAL/Types/TsVector.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,9 @@ public function getName()
7979
{
8080
return 'tsvector';
8181
}
82+
83+
public function getMappedDatabaseTypes(AbstractPlatform $platform)
84+
{
85+
return ['tsvector'];
86+
}
8287
}

0 commit comments

Comments
 (0)