I am trying to update the product expiry date using SQL. I used these codes:
UPDATE [Test.EPiServer.CM11.UAT].[dbo].[CatalogEntry]
SET EndDate = '2032-12-31 16:00:00.000'
where
Code in ('TESTB8', 'TESTB10' )
It changes data on SQL results but doesn't update the product on CMS. If I update the product from CMS, it changes the SQL result. Is there another linked table?