- Downloads
migration: add code to migrate from VCard and JSON files to ring.db
This migration is in three steps:
- First, parse VCards for accounts and store it in "profiles" table.
- Then, parses VCards for peer profiles and store it in "profiles" table.
- Finally, migrate history in JSON files in the database (creates
entries in "interactions" and "conversations" table).
Change-Id: I7edc3fca754bc73c8e2b5b30c6d19fa6209a5ea1
Reviewed-by:
Olivier Soldano <olivier.soldano@savoirfairelinux.com>
Please sign in to comment