Skip to content

Create Cloud Connector Access table

Aleksei Lipniagov requested to merge al-sync-beta-features-store-data into master

What does this MR do and why?

Create a table to store service_start_dates of Cloud Connector features—and potentially other information in the future.

This MR focuses on database migration. Updating the data in the table will be executed in the next MR(s).

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.

How to set up and validate locally

  • Pull the branch
  • Run the migration: bin/rails db:migrate. Check that there are no errors.
  • Open rails console: bundle exec rails c.
  • Chek that the model connects to the table: CloudConnector::Access.last
Edited by Aleksei Lipniagov

Merge request reports