Skip to content
Snippets Groups Projects
Verified Commit 6896b4eb authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3038892 by alexpott, quietone:...

Issue #3038892 by alexpott, quietone: Drupal\Tests\migrate_drupal\Kernel\d6\FieldDiscoveryTest randomly fails on PostgreSQL
parent 2c166a50
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -25,6 +25,8 @@ public function query() {
}
$query->join('content_node_field', 'cnf', 'cnf.field_name = cnfi.field_name');
$query->fields('cnf');
$query->orderBy('cnfi.field_name');
$query->orderBy('cnfi.type_name');
return $query;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment