Closed roaldarbol closed 10 months ago
Db schema incompatibility: looks like we need to introduce migrations at "right about now" levels of complexity.
Short term fix: delete database sqlite file and recreate on next launch :)
edit: i believe on python database migrations mean alembic atm?
Check, deleting the db worked!
I am currently getting an error when I try searching on the up-to-date main branch. Seems related to
journal.recent_paper_count
.I just run
poetry run start
and typeJournal
(or anything else for that matter).Logs