# frozen_string_literal: true class FinalizeTaskSystemNoteRenaming < Gitlab::Database::Migration[2.0] def up # no-op end def down # noop end end