Magento 2: Misc. Image related SQLs

select * from bitnami_magento.catalog_product_entity_media_gallery_value_to_entity
where value_id in (232574, 242521)

-- 232574, 242521

select * from bitnami_magento.catalog_product_entity_media_gallery_value_to_entity
where value_id in (232574, 242521)

-- where value like '%ud6vtf2a_5ezdxueqvnr%'

--select * from bitnami_magento.catalog_product_entity_media_gallery_value_to_entity

select * from bitnami_magento.catalog_product_entity_media_gallery
-- where value_id in (237733, 237734)
where value like '%ud6vtf2a_5ezdxueqvnr%'

update bitnami_magento.catalog_product_entity_media_gallery
set value = '/u/d/ud6vtf2a_5ezdxueqvnr1dyny_1.jpeg'
where value = '/u/d/ud6vtf2a_5ezdxueqvnr1dyny.jpeg' and value_id=242521

select * from bitnami_magento.catalog_product_entity_media_gallery_value
-- where value_id in (232574, 242521)
where entity_id in (70414)

select * from bitnami_magento.catalog_product_entity_media_gallery_value
where label is not null

70414 shopforsoul-PTO_06RSLOC0
237733, 237734

insert into bitnami_magento.catalog_product_entity_media_gallery_value values(237733, 0, 70414, '', 3, 0, 37613)

select max(record_id) from catalog_product_entity_media_gallery_value

insert into catalog_product_entity_media_gallery_value_to_entity values (237733, 70414)

select distinct(attribute_id) from bitnami_magento.catalog_product_entity_media_gallery

Leave a Reply