Posted by kiamlaluno on September 23, 2012 at 10:58pm
10 followers
Jump to:
| Project: | Mongodb |
| Version: | 7.x-1.0-rc2 |
| Component: | Field storage |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
I executed drush mogodb-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
#1
Yes, I can see that. Fixing that... will be interesting.
#3
No need to subscribe any more, there's a Follow button.
#4
This appears fixed in the latest dev version of the module.
#5
Indeed.