I saw the warning on the release notes for those on the beta pass you just published @drzoidberg33 . Could you or someone from the team elaborate on the database changes? I’m specifically interested in knowing whether there were changes to:
We’ve changed the format of the extra_data columns and it affects all tables with this column.
Newer versions of SQLite support a JSON data type and we’ve converted the data in this column to utilize this as it’s perfectly suited to the type of data stored in there. This is also the reason why it’s incompatible with old PMS version which don’t have the updated SQLite library.