oliviermaridat/kanboard-sqlite2mysql

Error when inserting into 'links' table

magsilva opened this issue · 0 comments

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.