debian-mirror-gitlab/config/initializers/active_record_database_tasks.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
143 B
Ruby
Raw Normal View History

2022-01-26 12:08:38 +05:30
# frozen_string_literal: true
return unless Gitlab.ee?
ActiveSupport.on_load(:active_record) do
2022-07-23 23:45:48 +05:30
Gitlab::Patch::GeoDatabaseTasks.patch!
2022-01-26 12:08:38 +05:30
end