falcony-io / sqlalchemy-searchable

Fulltext searchable models for SQLAlchemy. Only supports PostgreSQL
Other
262 stars 44 forks source link

Allow specifying schema in drop/sync trigger #95

Closed acarapetis closed 7 months ago

acarapetis commented 4 years ago

This is a very small patch that allows passing a schema= keyword to the sync_trigger and drop_trigger methods. Currently, these can only be used with tables in the default schema. Fixes #62.