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.