Sha256: fd1f088e36ecf3daaa36b197eb92f91766cf109bc27c4f2c090e7bd2f4cbd9ef
Contents?: true
Size: 282 Bytes
Versions: 15
Compression:
Stored size: 282 Bytes
Contents
class Rpush324Updates < ActiveRecord::VERSION::MAJOR >= 5 ? ActiveRecord::Migration[5.0] : ActiveRecord::Migration def self.up change_column :rpush_apps, :apn_key, :text, null: true end def self.down change_column :rpush_apps, :apn_key, :string, null: true end end
Version data entries
15 entries across 15 versions & 2 rubygems