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