RTIX / migrations /0028_ai_engineer_feedback.sql
github-actions
deploy: clean backend production release
c33971d
-- Migration: Add pr_url and error_logs to SRE ai_engineer_insights table
ALTER TABLE ai_engineer_insights ADD COLUMN IF NOT EXISTS pr_url TEXT;
ALTER TABLE ai_engineer_insights ADD COLUMN IF NOT EXISTS error_logs TEXT;