parent
07a9e7ef56
commit
8b15ef9429
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user