Sha256: 0f1954f24d4a60cfc72df55a5d920febc99d7d30fb88177ca9c12957aa7ded13

Contents?: true

Size: 195 Bytes

Versions: 3

Compression:

Stored size: 195 Bytes

Contents

class AddFirstPostAndLastPostToTopics < ActiveRecord::Migration
  def change
    change_table :formol_topics do |t|
      t.belongs_to :first_post
      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/20120106130944_add_first_post_and_last_post_to_topics.rb
formol-0.0.5 db/migrate/20120106130944_add_first_post_and_last_post_to_topics.rb
formol-0.0.4 db/migrate/20120106130944_add_first_post_and_last_post_to_topics.rb