Commit 1a7d4e2c authored by Thong Kuah's avatar Thong Kuah

Merge branch 'alberts-gitlab-master-patch-24172' into 'master'

Add missing space in prevent_cross_database_modification.rb

See merge request gitlab-org/gitlab!81222
parents a96243b0 3e3b5142
......@@ -94,7 +94,7 @@ module Gitlab
if schemas.many?
message = "Cross-database data modification of '#{schemas.to_a.join(", ")}' were detected within " \
"a transaction modifying the '#{all_tables.to_a.join(", ")}' tables." \
"a transaction modifying the '#{all_tables.to_a.join(", ")}' tables. " \
"Please refer to https://docs.gitlab.com/ee/development/database/multiple_databases.html#removing-cross-database-transactions for details on how to resolve this exception."
if schemas.any? { |s| s.to_s.start_with?("undefined") }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment