Skip to content

Fix Multistore FF for empty DB - another way

Aleksei Lipniagov requested to merge 346836-fix-multistore-ff-check-alt into master

What does this MR do and why?

Less invasive way to solve #346836 (closed), as an alternative to !75616 (closed)

How to set up and validate locally

RAILS_ENV=test bundle exec rake db:purge
RAILS_ENV=test bundle exec rake db:setup

will break on master, won't on this branch.

MR acceptance checklist

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

Related to #346836 (closed)

Merge request reports