-- Converts old type/value based credentials to new headers-based format -- Step 1: Create new table with new schema CREATE TABLE IF NOT EXISTS web_credential_new ( WHEN type = 'cookie' THEN ...