From 8938545d3a0b3650e50555abd99dd93e7d50c387 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Fri, 21 Mar 2025 16:58:46 +0100 Subject: [PATCH] add silly change to test ci --- .../intermediate/athena/int_athena__verifications_with_fees.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/models/intermediate/athena/int_athena__verifications_with_fees.sql b/models/intermediate/athena/int_athena__verifications_with_fees.sql index e770aaf..bcf06f3 100644 --- a/models/intermediate/athena/int_athena__verifications_with_fees.sql +++ b/models/intermediate/athena/int_athena__verifications_with_fees.sql @@ -15,6 +15,7 @@ with where v.version = 'V1' and v.id_booking is not null ) select + 1 as lol, v.id_verification, v.id_booking, v.verification_status,