mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Fix: judge table name prefix before migrate (#13094)
### What problem does this PR solve? Judge table created with current infinity mapping before migrate db. #13089 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@@ -30,7 +30,7 @@ from common.time_utils import date_string_to_timestamp
|
||||
@singleton
|
||||
class InfinityConnection(InfinityConnectionBase):
|
||||
def __init__(self):
|
||||
super().__init__(mapping_file_name="message_infinity_mapping.json")
|
||||
super().__init__(mapping_file_name="message_infinity_mapping.json", table_name_prefix="memory_")
|
||||
|
||||
"""
|
||||
Dataframe and fields convert
|
||||
|
||||
Reference in New Issue
Block a user