From 5474623d5e9032edf3aa39d3701272c344fc6fa1 Mon Sep 17 00:00:00 2001 From: quietone <quietone@2572884.no-reply.drupal.org> Date: Wed, 30 Oct 2024 10:01:33 +1300 Subject: [PATCH] Issue #3483515 by megakeegman, mlncn: D7 node_revision table is referred to as node_revisions (cherry picked from commit e4307bdbd0ea1b1f4a2fe06d4ff75607de569cda) --- core/modules/node/src/Plugin/migrate/source/d7/Node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/node/src/Plugin/migrate/source/d7/Node.php b/core/modules/node/src/Plugin/migrate/source/d7/Node.php index 3c4f713338fe..adfa0a01cc5c 100644 --- a/core/modules/node/src/Plugin/migrate/source/d7/Node.php +++ b/core/modules/node/src/Plugin/migrate/source/d7/Node.php @@ -81,7 +81,7 @@ public static function create(ContainerInterface $container, array $configuratio } /** - * The join options between the node and the node_revisions table. + * The join options between the node and the node_revision table. */ const JOIN = '[n].[vid] = [nr].[vid]'; -- GitLab