Sha256: 0f8934c5c2ea2f942619f0ff33fcc9652bf204a948c3b256aa109fe44ea9150e
Contents?: true
Size: 255 Bytes
Versions: 3
Compression:
Stored size: 255 Bytes
Contents
class AddDefaultOnForumCounters < ActiveRecord::Migration def up change_column_default :formol_forums, :topics_count, 0 change_column_default :formol_forums, :posts_count, 0 end def down #no need to rollback this migration end end
Version data entries
3 entries across 3 versions & 1 rubygems