Sha256: 6356523861502eaa388871ed890741b3c31cb53bccbcfc08bdef6ab866de2de5
Contents?: true
Size: 271 Bytes
Versions: 16
Compression:
Stored size: 271 Bytes
Contents
# This migration comes from almanac (originally 20121110000024) class AddWrittenAtToPosts < ActiveRecord::Migration def up change_table :almanac_posts do |t| t.date :written_at end end def down remove_column :almanac_posts, :written_at end end
Version data entries
16 entries across 16 versions & 1 rubygems