Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-graca authored Oct 30, 2023
1 parent c0bbd9d commit 74cce86
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 74cce86

Please sign in to comment.