mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-17 13:17:20 +08:00
Revert "fix: remove MySQL document.meta_fields mapping to match Python schema" (#16981)
Reverts infiniflow/ragflow#16929
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user