class AddFooterTextToTranscriptConfig < ActiveRecord::Migration[6.0]
  def change
    add_column :TranscriptConfig, :FooterText, :text
  end
end
