oliviermaridat / kanboard-sqlite2mysql

Guidelines to migrate a Kanboard SQLite database to a MySQL database
44 stars 11 forks source link

Error when inserting into 'links' table #8

Closed magsilva closed 6 years ago

magsilva commented 7 years ago

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.