Sha256: afc9aae31c9002ec68a649ea1240723c3e6149f2f2c790d02db3735354ed751d
Contents?: true
Size: 126 Bytes
Versions: 20
Compression:
Stored size: 126 Bytes
Contents
class AddEmotionToComments < ActiveRecord::Migration[4.2] def change add_column :comments, :emotion, :integer end end
Version data entries
20 entries across 20 versions & 1 rubygems