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:
Lynn
2026-02-10 17:05:34 +08:00
committed by GitHub
parent 6f785e06a4
commit d938b47877
2 changed files with 6 additions and 2 deletions

View File

@@ -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