-- Migration 035: Remove "Écriture" and "Image" format types. -- These are no longer considered media formats in the current schema. DELETE FROM thesis_formats WHERE format_id IN (SELECT id FROM format_types WHERE name IN ('Écriture', 'Image')); DELETE FROM format_types WHERE name IN ('Écriture', 'Image');