Closed Yoronex closed 2 months ago
Commit: 5d9fa62 Base: develop@5189b4e
Type | Base | This PR |
---|---|---|
Total Statements Coverage | 85.87% | 85.67% (-0.2%) |
Total Branches Coverage | 84.37% | 84.25% (-0.12%) |
Total Functions Coverage | 87.95% | 87.68% (-0.27%) |
Total Lines Coverage | 86.04% | 85.84% (-0.2%) |
File | Statements | Branches | Functions | Lines |
---|
Not a chore but a refactor
:tada: This PR is included in version 0.7.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Description
Right now, we store the
UserType
as an integer in the database. However, we communicate the full name (string) to the frontend. To be more consistent, theUserType
in the database are now strings as well. This should also fix any issues where we expect an UserType integer as input.Related issues/external references
Types of changes