Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20200217210353_cleanup_optimistic_locking_nulls_pt2.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ec3e817e8e3c665b27adefeddd22efeb72d6252 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class CleanupOptimisticLockingNullsPt2 < ActiveRecord::Migration[5.2]
  def change
    # no-op: the MR that contained this migration was reverted
  end
end