From 0e1350d51ca2135e37743dfb7af98eae43c72892 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 27 Apr 2023 03:09:18 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/support/database/prevent_cross_joins.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/support/database') diff --git a/spec/support/database/prevent_cross_joins.rb b/spec/support/database/prevent_cross_joins.rb index 8e08824c464..c44bf96a268 100644 --- a/spec/support/database/prevent_cross_joins.rb +++ b/spec/support/database/prevent_cross_joins.rb @@ -40,7 +40,7 @@ module Database return end - schemas = ::Gitlab::Database::GitlabSchema.table_schemas(tables) + schemas = ::Gitlab::Database::GitlabSchema.table_schemas!(tables) schemas.subtract(IGNORED_SCHEMAS) if schemas.many? -- cgit v1.2.3