030-add-ssl-and-headers.sql
1 -- Add SSL status and HTTP headers to sites table 2 -- These fields are collected during the assets stage and used for scoring 3 -- Columns already exist, migration is a no-op 4 5 SELECT 'ssl_status and http_headers columns already exist' as status;