✅ DB Connected 🔍 SQL Query: SELECT match_id, home_name, away_name FROM schedule WHERE LOWER(statuss) LIKE '%1st innings%' AND (notify IS NULL OR notify = '' OR notify = '0') ℹ No new rows found to notify.