Skip to content

Commit 823f002

Browse files
committed
update comment in sql
1 parent 9b505ff commit 823f002

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

mapswipe_workers/mapswipe_workers/firebase_to_postgres/update_data.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,11 @@ def set_progress_in_firebase(project_id: str):
157157
from groups g
158158
left join
159159
(
160-
-- here we get the progress for all groups
161-
-- for which results have been submitted already
162-
-- progress for a group can be max 100
163-
-- even if more users than required submitted results
160+
-- Here we get the progress for all groups
161+
-- for which results have been submitted already.
162+
-- Progress for a group can be max 100
163+
-- even if more users than required submitted results.
164+
-- The verification number of a project is used here.
164165
select
165166
r.group_id
166167
,r.project_id

0 commit comments

Comments
 (0)