You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I just upgraded my lap timer after sitting on a shelf for months. Now getting this error
It seems like the database schema has changed, but I can't find any documentation or scripts to update it.
The text was updated successfully, but these errors were encountered: