Skip to content

Commit 3b5d727

Browse files
committed
minor comment tweak
1 parent c64ca32 commit 3b5d727

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql_json_query/populate_ssd_api_data_staging_2016.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,9 @@ DECLARE @ea_cohort_window_end date = DATEADD(day, 1, @run_date) -- today + 1
117117
/* LA hard cohort filter, used during live pre-alpha cohort testing
118118
LA to add child IDs here. Remove this line|block for full cohort. */
119119

120-
-- AND p.pers_person_id IN ('-1')
120+
--AND p.pers_person_id IN ('1', '2', '3')
121121

122+
/* end pre-alpha cohort (remove this block as required) */
122123
),
123124

124125

0 commit comments

Comments
 (0)