Sha256: a0bcd834f99afe992d6556e3a759fe2444ae9378b807788da40394be1d6c3f38

Contents?: true

Size: 124 Bytes

Versions: 3

Compression:

Stored size: 124 Bytes

Contents

class AddSummaryToArticles < ActiveRecord::Migration
  def change
    add_column :chive_articles, :summary, :text
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chive-0.0.3 db/migrate/20161210080215_add_summary_to_articles.rb
chive-0.0.2 db/migrate/20161210080215_add_summary_to_articles.rb
chive-0.0.1 db/migrate/20161210080215_add_summary_to_articles.rb