Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-25 18:05:07 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-25 18:05:07 +0300
commitaa9db9c869ecbc570bd03f02dd3febf32f99d560 (patch)
tree688a6b97eb6ad25ce0e31198cc8b18dd85a8ca82 /scripts
parent663d98c841f807c3302c71a175dc26e557fdccb2 (diff)
parent2b3d00a77822eaf2e622dd0b1baf85ebea2b1ee4 (diff)
Merge branch '54478-table_exists-not-compatible-with-rails-5-1' into 'master'
Resolve "table_exists? not compatible with Rails 5.1" Closes #54478 See merge request gitlab-org/gitlab-ce!30832
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/insert-rspec-profiling-data4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/insert-rspec-profiling-data b/scripts/insert-rspec-profiling-data
index b34379764e0..88c9d8c12b1 100755
--- a/scripts/insert-rspec-profiling-data
+++ b/scripts/insert-rspec-profiling-data
@@ -14,10 +14,6 @@ module RspecProfiling
Result.establish_connection(results_url)
end
- def prepared?
- connection.data_source_exists?(table)
- end
-
def results_url
ENV['RSPEC_PROFILING_POSTGRES_URL']
end