Skip to content

Fix Drupal 7 migrations#38

Merged
parkr merged 1 commit intojekyll:masterfrom
erikwebb:master
Jul 8, 2013
Merged

Fix Drupal 7 migrations#38
parkr merged 1 commit intojekyll:masterfrom
erikwebb:master

Conversation

@erikwebb
Copy link
Contributor

@erikwebb erikwebb commented Jul 5, 2013

The SQL command in the Drupal 7 migration script does not work as expected. n.vid refers to the revision of a node, while fdb.entity_id refers to the id of the node itself. Instead fdb.entity_id should be compared to n.nid. I've added another constraint to only use the current revision of each node.

@parkr
Copy link
Member

parkr commented Jul 5, 2013

Thank you for the PR! This is awesome, and LGTM. @mattr-?

@mattr-
Copy link
Member

mattr- commented Jul 8, 2013

👍 :shipit:

parkr added a commit that referenced this pull request Jul 8, 2013
@parkr parkr merged commit 082b689 into jekyll:master Jul 8, 2013
parkr added a commit that referenced this pull request Jul 8, 2013
@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants