Delete remote_development_agent_configs table
Issue: Delete remote_development_agent_configs table (#480767 - closed)
What does this MR do and why?
Delete remote_development_agent_configs table. It was replaced by workspaces_agent_configs in Migrate remote_development_agent_configs table (!163846 - merged)
- See Delete remote_development_agent_configs table (#480767 - closed) for more details
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
N/A
How to set up and validate locally
- Use
scripts/database/migrate.rb --debugorbin/spring rails db:migrateto run migration - Use
scripts/database/migrate.rb -t down --debugorbin/spring rails db:migrate:down:main db:migrate:down:ci VERSION=20241022230950to rollback migration - See Migrate remote_development_agent_configs table (!163846 - merged) for detailed acceptance steps to validate behavior.
Edited by Daniyal Arshad