When importing the data, an error is thrown regarding duplicated entries in the 'links' table. My solution/workaround to this problem was to truncate (empty) the 'links' table before importing the data. Maybe the script could include an truncate statement just before inserting that data.
When importing the data, an error is thrown regarding duplicated entries in the 'links' table. My solution/workaround to this problem was to truncate (empty) the 'links' table before importing the data. Maybe the script could include an truncate statement just before inserting that data.