Verified Commit 89124c29 authored by quietone's avatar quietone
Browse files

Issue #3483515 by megakeegman, mlncn: D7 node_revision table is referred to as node_revisions

(cherry picked from commit e4307bdb)
parent aae72184
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]';