Skip to content

Commit

Permalink
Merge pull request #859 from dlcs/feature/migrate_scripts
Browse files Browse the repository at this point in the history
Reinstate INSERT to migrateImageDeliveryChannels script
  • Loading branch information
donaldgray committed May 29, 2024
2 parents d128462 + 9e8de2b commit d683d26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ WHERE i."Family" = 'I'
AND i."NotForDelivery" = false;

-- convert timebased
INSERT INTO "ImageDeliveryChannels" ("ImageId", "Channel", "DeliveryChannelPolicyId")
SELECT i."Id",
'iiif-av',
CASE
Expand Down

0 comments on commit d683d26

Please sign in to comment.