v4.16.2
Bugfixes
SQLite migration fix
This release fixes a critical issue in the SQLite migration, that causes deleting devices from the device table. (#825).
Context: SQLite has limited support for ALTER TABLE queries, therefore it is often needed to re-create the table with the updated schema, copy over the data and...