Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
Loading
Pipeline #327440 passed with warnings
Pipeline: drupal

#327472

    Pipeline: drupal

    #327471

      Pipeline: drupal

      #327470

        +6
        ...@@ -81,7 +81,7 @@ public static function create(ContainerInterface $container, array $configuratio ...@@ -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]'; const JOIN = '[n].[vid] = [nr].[vid]';
        ......
        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