-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
ERROR on disco import -z
: no such column: m_match_method
#16
Comments
JOJ0
added a commit
that referenced
this issue
Jun 7, 2022
JOJ0
added a commit
that referenced
this issue
Jun 7, 2022
Removes wrongly named column m_atch_time in an existing db.
The issue has been fixed in the commit stated above (09d2d96). In case someone faces this error with an already existing database, these are the steps to fix in a install from git in a venv or the user's environment in a homedir:
|
JOJ0
added a commit
that referenced
this issue
Oct 29, 2024
- Fixes #16 - This corrects a typo in the schema version 2 upgrade dict in class config.Db_setup: m_atch_method -> m_match_method
JOJ0
added a commit
that referenced
this issue
Oct 29, 2024
Removes wrongly named column m_atch_time in an existing db.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to @prcutler for reporting and finding the root cause for this bug. There definitely seems to be a wrong column name in the releases table named m_atch_method instead of m_match_method:
The text was updated successfully, but these errors were encountered: