Sha256: a147296ead21cf01049022aba2842c36370672b9dbb17d74add7d5d12fa8a47b
Contents?: true
Size: 130 Bytes
Versions: 3
Compression:
Stored size: 130 Bytes
Contents
class AddSummaryToNotifications < ActiveRecord::Migration def change add_column :notifications, :summary, :string end end
Version data entries
3 entries across 3 versions & 1 rubygems