Sha256: 7687c6083a3264be984e33f5981a9317527976d34b9524c6eb786cf7246badec
Contents?: true
Size: 163 Bytes
Versions: 2
Compression:
Stored size: 163 Bytes
Contents
class AddBadgeCountToNotifiableNotifications < ActiveRecord::Migration def change add_column :notifiable_notifications, :badge_count, :integer end end
Version data entries
2 entries across 2 versions & 1 rubygems