diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-07-25 15:05:07 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-07-25 15:05:07 +0000 |
commit | aa9db9c869ecbc570bd03f02dd3febf32f99d560 (patch) | |
tree | 688a6b97eb6ad25ce0e31198cc8b18dd85a8ca82 /scripts | |
parent | 663d98c841f807c3302c71a175dc26e557fdccb2 (diff) | |
parent | 2b3d00a77822eaf2e622dd0b1baf85ebea2b1ee4 (diff) | |
download | gitlab-ce-aa9db9c869ecbc570bd03f02dd3febf32f99d560.tar.gz |
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-x | scripts/insert-rspec-profiling-data | 4 |
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 |