Sha256: 374584b2bd924d1aa18ce17c48ce42336f7297ed36c178d15f5e391264e7ab07
Contents?: true
Size: 128 Bytes
Versions: 2
Compression:
Stored size: 128 Bytes
Contents
class AddSummaryToPosts < ActiveRecord::Migration[5.1] def change add_column :exposition_posts, :summary, :text end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
exposition-0.0.5.7.pre.alpha | db/migrate/20160225203524_add_summary_to_posts.rb |
exposition-0.0.5.6.pre.alpha | db/migrate/20160225203524_add_summary_to_posts.rb |