Hi,I've successfully updated the CMS_Class table with something like this:update [CMS_Class] set [ClassDefaultPageTemplateID] = n where ClassName in ('foo','bar', 'etc') However,when I go to the C...