Skip to content

Fix setup_postgresql.rake missing require

Michael Kozono 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 gitlab-development-kit#233 (closed)

Merge request reports