Quote:
Originally Posted by Starson17
I've seen initialization code that tries to detect the version of Calibre, then modifies the database the first time it runs. Maybe the uuid field is added at some point as a version upgrade
|
I have no idea if this will work, but I can see that at line 671 of database2.py, it is trying to add this column to the database as part of the upgrade process. Somehow you appear to have gotten stuck halfway.