Sha256: 144fca40302d81873213b28ce0ed303d2ef9ad88c356c9bb5c53a503fbb6132c

Contents?: true

Size: 147 Bytes

Versions: 3

Compression:

Stored size: 147 Bytes

Contents

class AddPostsCountToForemTopics < ActiveRecord::Migration
  def change
    add_column :forem_topics, :posts_count, :integer, default: 0
  end
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
neifelheim-forem-0.0.2 db/migrate/20130623204949_add_posts_count_to_forem_topics.rb
neifelheim-forem-0.0.1 db/migrate/20130623204949_add_posts_count_to_forem_topics.rb
nweintraut-forem-0.0.1 db/migrate/20120501064638_add_posts_count_to_forem_topics.rb