Skip to content

Move final data stores to db and drop group v1 support

Finn requested to merge move-all-data-to-db into main

Closes #89 (closed) and #224 (closed)

This moves the final part of the JSON file into the database. As with all such data storage changes, stored data will be automatically migrated at startup. When all data is moved, the JSON file will be deleted. The data/ folder is not currently deleted automatically but is safe to manually delete after all accounts have been migrated.

Edited by Finn

Merge request reports