Skip to content

Commit

Permalink
Merge pull request #1724 from alliance-genome/SCRUM-4575
Browse files Browse the repository at this point in the history
SCRUM-4575 - Fix setCounts() bug for bulk load histories created prior to reporting change
  • Loading branch information
markquintontulloch authored Nov 13, 2024
2 parents eaaf0ab + 9105eb3 commit 5a019cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE bulkloadfilehistory SET counts = '{}' WHERE counts IS NULL;

0 comments on commit 5a019cc

Please sign in to comment.