Sha256: 33f5312d299aab7843262103f2ac0214133aee7759f64f21de6dff22828a9fb8
Contents?: true
Size: 146 Bytes
Versions: 1
Compression:
Stored size: 146 Bytes
Contents
class AddCommentsCountToFinishes < ActiveRecord::Migration def change add_column :finishes, :comments_count, :integer, default: 0 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
self_systeem-0.1.0 | test/dummy_app/db/migrate/20140425003311_add_comments_count_to_finishes.rb |