Sha256: d8f2b5bc5b112df9329aa83c758d2553d831e74cf4b6060c6a497a4f8b8ee8eb

Contents?: true

Size: 221 Bytes

Versions: 3

Compression:

Stored size: 221 Bytes

Contents

class AddLatestPostInfoForTopic < ActiveRecord::Migration
  def change
    add_column :my_forum_topics, :latest_post_created_at,   :datetime
    add_column :my_forum_topics, :latest_post_login,        :string


  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta46 db/migrate/20160122202142_add_latest_post_info_for_topic.rb
my_forum-0.0.1.beta45 db/migrate/20160122202142_add_latest_post_info_for_topic.rb
my_forum-0.0.1.beta44 db/migrate/20160122202142_add_latest_post_info_for_topic.rb