Skip to content

Commit

Permalink
docs: add docs for sync_trigger/drop_trigger schema param
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Feb 19, 2024
1 parent 86227ec commit 70d8cd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sqlalchemy_searchable/__init__.py
Expand Up @@ -381,6 +381,7 @@ def hstore_vectorizer(column):
Table. If None is given, then a new MetaData object is initialized within
this function.
:param options: Dictionary of configuration options
:param schema: The schema name for this table. Defaults to ``None``.
:param update_rows:
If set to False, the values in the vector column will remain unchanged
until one of the indexed columns is updated.
Expand Down Expand Up @@ -452,6 +453,7 @@ def downgrade():
Table. If None is given, then a new MetaData object is initialized within
this function.
:param options: Dictionary of configuration options
:param schema: The schema name for this table. Defaults to ``None``.
"""
if metadata is None:
metadata = sa.MetaData()
Expand Down

0 comments on commit 70d8cd1

Please sign in to comment.