Skip to content

Fix setup_postgresql.rake missing require

username-removed-1144264 requested to merge ee-mk-fix-setup-postgres into master

What does this MR do?

Adds a missing require line to setup_postgresql.rake.

Why was this MR needed?

This bug was caught in CE but I must have dropped the ball in ensuring it was fixed for EE as well.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-development-kit/issues/233

Merge request reports