Sha256: dc6c3b5bb575ab29bf868be9350cbebd75bae2797221be7b1e007307d369b0e0
Contents?: true
Size: 150 Bytes
Versions: 16
Compression:
Stored size: 150 Bytes
Contents
class AddRegistrationCommentCount < ActiveRecord::Migration def change add_column :ems_registrations, :comments_count, :integer end end
Version data entries
16 entries across 16 versions & 1 rubygems