gitlab-org--gitlab-foss/db/post_migrate/20200217210353_cleanup_opti...

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