2021-01-29 13:09:17 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class AddOldestMergeRequestsIndex < ActiveRecord::Migration[6.0]
|
|
|
|
DOWNTIME = false
|
|
|
|
|
|
|
|
def up
|
2021-02-04 04:09:30 -05:00
|
|
|
# replaced by db/migrate/20210201140434_add_oldest_merge_requests_index_again.rb
|
2021-01-29 13:09:17 -05:00
|
|
|
end
|
|
|
|
|
|
|
|
def down
|
2021-02-04 04:09:30 -05:00
|
|
|
# replaced by db/migrate/20210201140434_add_oldest_merge_requests_index_again.rb
|
2021-01-29 13:09:17 -05:00
|
|
|
end
|
|
|
|
end
|