We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log output:
time="2017-01-06T17:25:36Z" level=info msg="Scan started" schema="ploom_magento" table="sales_flat_order"
time="2017-01-06T17:25:36Z" level=error msg="Error 1054: Unknown column 'excise_tax' in 'field list'"
time="2017-01-06T17:25:36Z" level=info msg="Scan finished" schema="ploom_magento" table="sales_flat_order"
The column excise_tax was changed to be excise_tax_total in the sales_flat_order table. Would be great if we could dynamically handle this.
excise_tax
excise_tax_total
sales_flat_order
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Log output:
time="2017-01-06T17:25:36Z" level=info msg="Scan started" schema="ploom_magento" table="sales_flat_order"
time="2017-01-06T17:25:36Z" level=error msg="Error 1054: Unknown column 'excise_tax' in 'field list'"
time="2017-01-06T17:25:36Z" level=info msg="Scan finished" schema="ploom_magento" table="sales_flat_order"
The column
excise_tax
was changed to beexcise_tax_total
in thesales_flat_order
table. Would be great if we could dynamically handle this.The text was updated successfully, but these errors were encountered: