# Clean up all templates records not associated with valid sections delete from cmsdam_section_templates where section_id not in (select id from cmsdam_sections);