Sha256: 4204e0846e4a315ac86628084ea62a5fc117f09c7d8a2be47e8f473d9674b533

Contents?: true

Size: 151 Bytes

Versions: 3

Compression:

Stored size: 151 Bytes

Contents

class AddLastPostToForum < ActiveRecord::Migration
  def change
    change_table :formol_forums do |t|
      t.belongs_to :last_post
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formol-0.0.6 db/migrate/20120107012517_add_last_post_to_forum.rb
formol-0.0.5 db/migrate/20120107012517_add_last_post_to_forum.rb
formol-0.0.4 db/migrate/20120107012517_add_last_post_to_forum.rb