Skip to content
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

no such column polot.phonetic #83

Open
spuder opened this issue Aug 6, 2018 · 1 comment
Open

no such column polot.phonetic #83

spuder opened this issue Aug 6, 2018 · 1 comment

Comments

@spuder
Copy link

spuder commented Aug 6, 2018

I just upgraded my lap timer after sitting on a shelf for months. Now getting this error

OperationalError: (sqlite3.OperationalError) no such column: pilot.phonetic [SQL: u'SELECT pilot.id AS pilot_id_1, pilot.pilot_id AS pilot_pilot_id, pilot.callsign AS pilot_callsign, pilot.phonetic AS pilot_phonetic, pilot.name AS pilot_name \nFROM pilot \nWHERE pilot.pilot_id = ?\n LIMIT ? OFFSET ?'] [parameters: (1, 1, 0)] (Background on this error at: http://sqlalche.me/e/e3q8)

It seems like the database schema has changed, but I can't find any documentation or scripts to update it.

@spuder
Copy link
Author

spuder commented Aug 6, 2018

I worked around it by completely deleting the database

systemctl stop delta5.service
mv /src/delta5server/database.db ./src/delta5server/database.db.bak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant