summaryrefslogtreecommitdiff
path: root/db/post_migrate/20200217210353_cleanup_optimistic_locking_nulls_pt2.rb
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