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