Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
(cherry picked from commit 74cce86)
  • Loading branch information
paulo-graca authored and github-actions[bot] committed Oct 31, 2023
1 parent 412d62a commit c601ac3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WHERE primary_bitstream_id IN
INNER JOIN bundle as bl ON bs.uuid = bl.primary_bitstream_id
WHERE bs.deleted IS TRUE );

-- Unset any primary bitstream that don't belong to bundle's bitstreams list
-- Unset any primary bitstream that don't belong to bundle's bitstream list
UPDATE bundle
SET primary_bitstream_id = NULL
WHERE primary_bitstream_id IN
Expand Down

0 comments on commit c601ac3

Please sign in to comment.