fmt
Some checks failed
Deploy on push / deploy (push) Failing after 7s

This commit is contained in:
Untone 2024-02-25 16:00:50 +03:00
parent 07a9e7ef56
commit 8b15ef9429

View File

@ -111,8 +111,10 @@ def cache_method(cache_key: str):
return decorator
inspector = inspect(engine)
def create_fts_index(table_name, fts_index_name):
logger.info(f'Full text index for {table_name}...')
authors_indexes = inspector.get_indexes(table_name)