Afrostream / afrostream-back-end

Simple backo for afrostream
1 stars 0 forks source link

feature: déplacer les urls images de afrostream.imgix.net vers images.cdn.afrostream.net #321

Closed syndr0m closed 8 years ago

syndr0m commented 8 years ago
select imgix from "Images" limit 1
-- "https://afrostream.imgix.net/production/2015/08/b3e07c7c-16c0-4611-b20f-9a07103c696b.jpg"

UPDATE "Images" SET imgix=replace(imgix, 'afrostream.imgix.net', 'images.cdn.afrostream.net')

select imgix from "Images" limit 1
-- "https://images.cdn.afrostream.net/production/poster/2015/09/d53381279bcf30cbd41a-b430.jpg"
syndr0m commented 8 years ago

done