Fix server line migration

Created on 14 March 2024, 4 months ago
Updated 13 April 2024, 3 months ago

While testing migrations, I noticed the server_line "migrate_map" table remained empty, which prevented me from resuming or reverting this migration. This is because in the source plugin, L10nServerLine::getIds() is empty. As the Drupal 7 table appears to have no single primary key, I guess we need to use a compound ID here.

Also, I noticed the following:

  • ::fields() describes an lid column, which does not exist.
  • ::prepareRow does nothing and should probably be removed.
🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇫🇷France FMB Perpinyà, Catalonia, EU

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024