exec($sql); echo "Migration 003 completed: Added duration and progress columns to streams table.\n"; } catch (PDOException $e) { die("Migration 003 failed: " . $e->getMessage() . "\n"); }