Skip to content

Commit 7bc1101

Browse files
committed
MEX-640 - Comment out hard-coded dates
1 parent fe93d12 commit 7bc1101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/reports/reportdescriptors/dataexports/sql/mexicoVisits.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
set @startDate = '2025-01-01';
2-
set @endDate = '2025-09-30';
1+
-- set @startDate = '2025-01-01';
2+
-- set @endDate = '2025-09-30';
33
SET SESSION group_concat_max_len = 1000000;
44
set @locale = global_property_value('default_locale', 'es');
55

0 commit comments

Comments
 (0)