Commit c0fe4734 authored by Igor Drozdov's avatar Igor Drozdov

Remove ActiveRecord::AdvisoryLockBase usage

This class has been removed in:

https://github.com/rails/rails/pull/39758
parent 39c46962
...@@ -35,8 +35,6 @@ RSpec.configure do |config| ...@@ -35,8 +35,6 @@ RSpec.configure do |config|
puts "Recreating the database" puts "Recreating the database"
start = Gitlab::Metrics::System.monotonic_time start = Gitlab::Metrics::System.monotonic_time
ActiveRecord::AdvisoryLockBase.clear_all_connections!
ActiveRecord::Tasks::DatabaseTasks.drop_current ActiveRecord::Tasks::DatabaseTasks.drop_current
ActiveRecord::Tasks::DatabaseTasks.create_current ActiveRecord::Tasks::DatabaseTasks.create_current
ActiveRecord::Tasks::DatabaseTasks.load_schema_current ActiveRecord::Tasks::DatabaseTasks.load_schema_current
......
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