Skip to content

Delete remote_development_agent_configs table

Chad Woolley requested to merge delete-remote-development-agent-configs into master

Issue: Delete remote_development_agent_configs table (#480767)

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)

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 --debug or bin/spring rails db:migrate to run migration
  • Use scripts/database/migrate.rb -t down --debug or bin/spring rails db:migrate:down:main db:migrate:down:ci VERSION=20241022230950 to rollback migration
  • See Migrate remote_development_agent_configs table (!163846 - merged) for detailed acceptance steps to validate behavior.
Edited by Daniyal Arshad

Merge request reports

Loading