Closed solker closed 9 years ago
I don't think it's needed - it's better to migrate all the comments at once, after all the nodes were migrated
ב-11 בינו 2015, בשעה 18:34, Ilya notifications@github.com כתב/ה:
Please add type_node col that mean type of node which belong comment.
— Reply to this email directly or view it on GitHub.
@amitaibu it's need for fast found node id in C4D which belong comment. Without type_node i will be search in three tables migrate_map_eudocument, migrate_map_euevent, migrate_map_eunews. With type_node only in one.
As you can understand i can't set mapping with already existing node because i don't know id of this node. And in comment table i have only uniq_id for which i should find new id. Also i can't make mapping to another migrate module because i don't know type of migrate.
Don't needed.
Please add
type_node
col to comment table that mean type of node which belong comment.