You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see the doctrine.event_subscriber is registered
php bin/console.php debug:container --tag doctrine.event_subscriber
Symfony Container Services Tagged with "doctrine.event_subscriber" Tag
======================================================================
------------------------------------------------------ ------------ --------------------------------------------------------------------------
Service ID connection Class name
------------------------------------------------------ ------------ --------------------------------------------------------------------------
Jsor\Doctrine\PostGIS\Event\ORMSchemaEventSubscriber default Jsor\Doctrine\PostGIS\Event\ORMSchemaEventSubscriber
------------------------------------------------------ ------------ --------------------------------------------------------------------------
But the index created is of type btree instead of GIST
Adding the
spatial
flag to the index doesn't create a spatial index.This is my entity (partial example):
I can see the
doctrine.event_subscriber
is registeredBut the index created is of type
btree
instead ofGIST
The text was updated successfully, but these errors were encountered: