Sha256: 4c089ff472e0b6b6ccfffa5290afcd5c5a3ca354242b73d47fc8174c318dc88d
Contents?: true
Size: 150 Bytes
Versions: 10
Compression:
Stored size: 150 Bytes
Contents
class AddPostsCountToForemTopics < ActiveRecord::Migration def change add_column :forem_topics, :posts_count, :integer, :default => 0 end end
Version data entries
10 entries across 9 versions & 5 rubygems