File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1611,11 +1611,11 @@ async def execute(
16111611 # Check if this might be a datetime field schema mismatch
16121612 if "syntax error" in error_msg and self ._has_datetime_fields ():
16131613 log .warning (
1614- f "Query failed with syntax error on model with datetime fields. "
1615- f "This might indicate a schema mismatch where datetime fields are "
1616- f "indexed as TAG but code expects NUMERIC. "
1617- f "Run 'om migrate-data check-schema' to verify and "
1618- f "'om migrate-data datetime' to fix."
1614+ "Query failed with syntax error on model with datetime fields. "
1615+ "This might indicate a schema mismatch where datetime fields are "
1616+ "indexed as TAG but code expects NUMERIC. "
1617+ "Run 'om migrate-data check-schema' to verify and "
1618+ "'om migrate-data datetime' to fix."
16191619 )
16201620
16211621 # Re-raise the original exception
You can’t perform that action at this time.
0 commit comments