debian-mirror-gitlab/db/migrate/20201221225303_add_service_desk_reply_to_is_not_null_index_on_issues.rb
2021-03-11 19:13:27 +05:30

12 lines
450 B
Ruby

# frozen_string_literal: true
class AddServiceDeskReplyToIsNotNullIndexOnIssues < ActiveRecord::Migration[6.0]
DOWNTIME = false
def change
# no-op, the migration's version number was lowered to be executed earlier than db/post_migrate/20201128210234_schedule_populate_issue_email_participants.rb
#
# The new migration is located here: db/migrate/20201128210000_add_service_desk_reply_to_is_not_null_index_on_issues_fix.rb
end
end