Revert "fix: remove MySQL document.meta_fields mapping to match Python schema" (#16981)

Reverts infiniflow/ragflow#16929
This commit is contained in:
Yingfeng
2026-07-16 15:17:49 +08:00
committed by GitHub
parent fd5487e064
commit 5ab424c10c
2 changed files with 2 additions and 1 deletions

View File

@@ -252,7 +252,6 @@ def ensure_parsed_document(rest_client, create_document):
@pytest.hookimpl(tryfirst=True, hookwrapper=True)
def pytest_runtest_protocol(item, nextitem):
import time
start = time.perf_counter()
yield
duration = time.perf_counter() - start