Skip to content

Fix: sync partitons for tables registered for partitioning

What does this MR do and why?

This MR fixes the problem from #391810 (closed).

How to set up and validate locally

Example below:

  1. On master, execute db:migrate RAILS_ENV=test. Once it's completed there will be changes to structure.sql as described in #391810 (closed).
  2. On this branch, db:migrate RAILS_ENV=test should not result in any changes to structure.sql.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Krasimir Angelov

Merge request reports

Loading