debian-mirror-gitlab/db/post_migrate/20200217210353_cleanup_optimistic_locking_nulls_pt2.rb
2020-05-24 23:13:21 +05:30

8 lines
187 B
Ruby

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