From c7a8420de3b7681f16eea9d10038675128a7261e Mon Sep 17 00:00:00 2001 From: Joaquin Ossa Date: Wed, 12 Feb 2025 15:35:03 +0100 Subject: [PATCH] fixed schema --- models/intermediate/core/schema.yml | 3 ++- models/reporting/core/schema.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/models/intermediate/core/schema.yml b/models/intermediate/core/schema.yml index 64ad222..ee050a2 100644 --- a/models/intermediate/core/schema.yml +++ b/models/intermediate/core/schema.yml @@ -5277,7 +5277,8 @@ models: "Number of user accounts that have a bundle that considers this service but none of those bundle with the service is active in any active accommodation. - It is basically the difference between number_users and number_active_users." + It is basically the difference between number_users and + number_users_with_service_applied_in_accommodation." - name: number_accommodations data_type: bigint diff --git a/models/reporting/core/schema.yml b/models/reporting/core/schema.yml index 96e49b9..949d6d1 100644 --- a/models/reporting/core/schema.yml +++ b/models/reporting/core/schema.yml @@ -1615,7 +1615,8 @@ models: "Number of user accounts that have a bundle that considers this service but none of those bundle with the service is active in any active accommodation. - It is basically the difference between number_users and number_active_users." + It is basically the difference between number_users and + number_users_with_service_applied_in_accommodation." - name: number_accommodations data_type: bigint