TARDIS

TARDIS

228k Downloads

Error converting database from SQLite to MySQL

eccentricdevotion opened this issue ยท 1 comments

commented

Submitted by

Nowe101

Describe the bug

When converting from SQLite to MySQL, an error occurs for the "travel_type" column when importing the data for the "travel_stats" table. There is a typo in the plugin's program code. Instead of writing to the "travel_type" column, the conversion routine tries to write data to the "travel_ype" column. To import the data, you can temporarily rename the column to "travel_ype", then import the data and then rename the column again to "travel_type" and restart the plugin.

To Reproduce

Try to import data from a SQLite to MySQL.

Log files

'/tardis version' output

commented

Build 2817