Sha256: e4af4a90523ec579a3cf6d894ba5e6542bc892b588c304254d4f9cfecbbe109f
Contents?: true
Size: 237 Bytes
Versions: 4
Compression:
Stored size: 237 Bytes
Contents
class Rpush260Updates < ActiveRecord::Migration def self.up add_column :rpush_notifications, :content_available, :boolean, default: false end def self.down remove_column :rpush_notifications, :content_available end end
Version data entries
4 entries across 4 versions & 1 rubygems