Skip to content

Commit

Permalink
(#110) Store migrated document IDs in lowercase.
Browse files Browse the repository at this point in the history
Closes #110
  • Loading branch information
blairlearn committed Jan 10, 2025
1 parent 92e44fb commit 4f800fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

for row in reader:

key = row[0]
key = row[0].lower()
cacheDate = row[1]
trialIDs = row[2]
searchParams = row[3]
Expand Down

0 comments on commit 4f800fc

Please sign in to comment.