Closed solker closed 9 years ago
Strange, destid1
not exists in migration table by default. I think it's because i have added additional col destid2
before i run migration.
Solution is
$ret = array();
db_add_field($ret, 'migrate_map_eumembership', 'destid1', array('type' => 'int', 'length' => 11));