mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add postgres constructor to getGeometryHelper (#7561)
This commit is contained in:
@@ -14,6 +14,7 @@ export function getGeometryHelper(): KnexSpatial {
|
||||
mariadb: KnexSpatial_MySQL,
|
||||
sqlite3: KnexSpatial,
|
||||
pg: KnexSpatial_PG,
|
||||
postgres: KnexSpatial_PG,
|
||||
redshift: KnexSpatial_Redshift,
|
||||
mssql: KnexSpatial_MSSQL,
|
||||
oracledb: KnexSpatial_Oracle,
|
||||
|
||||
Reference in New Issue
Block a user