Sha256: ac7d24a4a6f50c8219d31d37b662a22d2c66b49add4084efbce70ed7e7169d2a
Contents?: true
Size: 163 Bytes
Versions: 3
Compression:
Stored size: 163 Bytes
Contents
class AddViewsToTopics < ActiveRecord::Migration def change change_table :formol_topics do |t| t.integer :views_count, :default => 0 end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
formol-0.0.6 | db/migrate/20120108114030_add_views_to_topics.rb |
formol-0.0.5 | db/migrate/20120108114030_add_views_to_topics.rb |
formol-0.0.4 | db/migrate/20120108114030_add_views_to_topics.rb |