Sha256: 7c4f4a690f69faf150875793e94948da6ab0926081202fcfa523080a0e26a4b7
Contents?: true
Size: 270 Bytes
Versions: 16
Compression:
Stored size: 270 Bytes
Contents
# This migration comes from almanac (originally 20121017032059) class AddExcerptToAlmanacPosts < ActiveRecord::Migration def up change_table :almanac_posts do |t| t.text :excerpt end end def down remove_column :almanac_posts, :excerpt end end
Version data entries
16 entries across 16 versions & 1 rubygems