changed naming
This commit is contained in:
parent
9e744f41b0
commit
375c8679cd
4 changed files with 12 additions and 8 deletions
|
|
@ -5,8 +5,10 @@ with
|
|||
select
|
||||
service_display_name as service_display_name,
|
||||
number_users as number_users,
|
||||
number_active_users as number_active_users,
|
||||
number_inactive_users as number_inactive_users,
|
||||
number_users_with_service_applied_in_accommodation
|
||||
as number_users_with_service_applied_in_accommodation,
|
||||
number_users_without_service_applied_in_accommodation
|
||||
as number_users_without_service_applied_in_accommodation,
|
||||
number_accommodations as number_accommodations,
|
||||
number_active_accommodations as number_active_accommodations,
|
||||
number_inactive_accommodations as number_inactive_accommodations,
|
||||
|
|
|
|||
|
|
@ -1601,7 +1601,7 @@ models:
|
|||
that the service is active or used. Each user can associate any of their
|
||||
bundles with any of their accommodations."
|
||||
|
||||
- name: number_active_users
|
||||
- name: number_users_with_service_applied_in_accommodation
|
||||
data_type: bigint
|
||||
description:
|
||||
"Number of user accounts that have a bundle that considers this service
|
||||
|
|
@ -1609,7 +1609,7 @@ models:
|
|||
In other words there is at least one active accommodation that offers
|
||||
this service for this number of users."
|
||||
|
||||
- name: number_inactive_users
|
||||
- name: number_users_without_service_applied_in_accommodation
|
||||
data_type: bigint
|
||||
description:
|
||||
"Number of user accounts that have a bundle that considers this service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue