From 9e8de2b9e7f695efd3768e467a946f3055daaa3d Mon Sep 17 00:00:00 2001 From: Donald Gray Date: Wed, 29 May 2024 09:24:39 +0100 Subject: [PATCH] Reinstate INSERT to migrateImageDeliveryChannels script --- scripts/DeliveryChannels/0002-migrateImageDeliveryChannels.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/DeliveryChannels/0002-migrateImageDeliveryChannels.sql b/scripts/DeliveryChannels/0002-migrateImageDeliveryChannels.sql index 8062c129a..dfe6587d8 100644 --- a/scripts/DeliveryChannels/0002-migrateImageDeliveryChannels.sql +++ b/scripts/DeliveryChannels/0002-migrateImageDeliveryChannels.sql @@ -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