The blender-id-oauth-client project was actually born from the My Data oauth module, so the database layout is pretty similar. However, since migration with the Django migration system is hard to get right (because of ordering issues, we'd need the blender-id-oauth-client migrations to be dependent on MyData migrations, which would break compatibility with any other project), some manual intervention is necessary; see the README for this.