amatriain/feedbunch

View on GitHub
FeedBunch-app/db/migrate/20140429184356_add_filename_to_opml_export_job_state.rb

Summary

Maintainability
A
0 mins
Test Coverage
class AddFilenameToOpmlExportJobState < ActiveRecord::Migration[5.2]
  def change
    add_column :opml_export_job_states, :filename, :text
  end
end