mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-09-01 13:16:04 +08:00
Fix false db_schema_sync.py detection reporting timestamp columns as removed. skip_fields only skipped "id" but callers stripped all five timestamps. Now skips all five. Without this, --drop would generate destructive migrations dropping these columns from every table.