Sha256: d161cc43b7722e6bf1b91dde62a23bd07eb52ebb6a4476413ad21b772d972c0c
Contents?: true
Size: 203 Bytes
Versions: 16
Compression:
Stored size: 203 Bytes
Contents
class AddFooterToAlmanacBlogs < ActiveRecord::Migration def up change_table :almanac_blogs do |t| t.text :footer end end def down remove_column :almanac_blogs, :footer end end
Version data entries
16 entries across 16 versions & 1 rubygems