Skip to content

Commit 7ebaf3d

Browse files
committed
Doctrine migrations fix
1 parent 907351e commit 7ebaf3d

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)