Sha256: 60540fffb65f7f7125d43aa96aac82abf00dfa31cea7e3cf61cc954e295256ad

Contents?: true

Size: 175 Bytes

Versions: 2

Compression:

Stored size: 175 Bytes

Contents

class AddAppIdTokenIndexToNotifiableDeviceTokens < ActiveRecord::Migration
  
  def change
    add_index :notifiable_device_tokens, [:app_id, :token], unique: true
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notifiable-rails-0.26.1 db/migrate/20170108221432_add_app_id_token_index_to_notifiable_device_tokens.rb
notifiable-rails-0.26.0 db/migrate/20170108221432_add_app_id_token_index_to_notifiable_device_tokens.rb