I executed drush mongodb-migrate, and I got the following error:

Unknown column 'node_type' in 'where clause':

SELECT e.cid AS cid FROM {comment} e
WHERE (cid > :db_condition_placeholder_0) AND (node_type IN
(:db_condition_placeholder_1, :db_condition_placeholder_2, :db_condition_placeholder_3,
:db_condition_placeholder_4, :db_condition_placeholder_5, :db_condition_placeholder_6))

The comment table doesn't have a node_type field.

Comments

chx’s picture

Yes, I can see that. Fixing that... will be interesting.

chx’s picture

No need to subscribe any more, there's a Follow button.

p4ul’s picture

This appears fixed in the latest dev version of the module.

chx’s picture

Status: Active » Closed (duplicate)

Indeed.

apaderno’s picture

Version: 7.x-1.0-rc2 » 7.x-1.x-dev
Component: Field storage » Base module (driver)
Issue summary: View changes
fgm’s picture

@kiamlaluno : this does not appear to be related to the driver, which only care about connections/collections: why did you change it that way, especially on an issue closed 7 years ago ?

apaderno’s picture

Component: Base module (driver) » Entity/Field storage

I apologize: I fixed a typo in the IS I created and I fixed the version, which for bugs should be a development snapshot.
I didn't change value for Component; the old value doesn't exist anymore, so a different value was selected. I guess the new value is Entity/Field storage.

fgm’s picture

Indeed, thanks for the explanation.