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

Version Path
notifiable-rails-0.26.1 db/migrate/20161208221332_add_badge_count_to_notifiable_notifications.rb
notifiable-rails-0.26.0 db/migrate/20161208221332_add_badge_count_to_notifiable_notifications.rb