Create Cloud Connector Access table
What does this MR do and why?
Create a table to store service_start_date
s 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