Skip to content

Draft: Remove ff table existence check in Multistore

What does this MR do and why?

Describe in detail what your merge request does and why.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

➜  RAILS_ENV=test bundle exec rake db:purge
➜  gdk psql
psql (12.13)
Type "help" for help.

gitlabhq_development=# \c gitlabhq_test
You are now connected to database "gitlabhq_test" as user "sylvesterchin".
gitlabhq_test=# \dt
Did not find any relations.
➜  RAILS_ENV=test bundle exec rake db:setup
Database 'gitlabhq_test' already exists
Database 'gitlabhq_test_ci' already exists

Both purge and setup runs 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.

Edited by Sylvester Chin

Merge request reports