My first impression is that if geoalchemy2 is creating indexes that go
along with datatypes, they should allow this to be customizable. Is
geoalchemy2 still maintained? you should at least see if they can
support a flag to turn this off if someone wants to customize things.
I haven't looked at the GIS stuff in years but what are these indexes
that you don't want which ga2 needs to create? If you just need a
simple datatype insturction, I would just skip using the ga2 types in
your migration script and just use a simple UserDefinedType that you
make yourself which emits POINT/POLYGON whatever in your migration
script, you just need that string name if you don't need anything
else. All the other things that ga2 does involve expression activity
which you also don't need in migration scripts.
>
> Thank you in advance.
>
> Best regards
>
> --
> You received this message because you are subscribed to the Google Groups "sqlalchemy-alembic" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sqlalchemy-alem...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.