Sha256: 9a2acca66cbd7b152c9c03e9cbb826faba7db2e7c170cf172ee7badaea308b0d

Contents?: true

Size: 256 Bytes

Versions: 30

Compression:

Stored size: 256 Bytes

Contents

class CreateNotifiableNotificationDeviceTokens < ActiveRecord::Migration
  
  def change
    create_table :notifiable_notification_device_tokens do |t|
      t.references :notification
      t.references :device_token
      t.timestamps
    end
  end

end

Version data entries

30 entries across 23 versions & 4 rubygems

Version Path
notifiable-rails-0.5.1 lib/generators/notifiable/install/templates/create_notifiable_notification_device_tokens.rb
notifiable-rails-0.5.1 spec/test_app/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-apns-grocer-0.3.0 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-gcm-spacialdb-0.3.0 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-mpns-nverinaud-0.3.0 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-rails-0.5.0 lib/generators/notifiable/install/templates/create_notifiable_notification_device_tokens.rb
notifiable-rails-0.5.0 spec/test_app/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-gcm-spacialdb-0.2.1 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-mpns-nverinaud-0.2.0 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-apns-grocer-0.2.1 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-gcm-spacialdb-0.2.0 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-apns-grocer-0.2.0 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-rails-0.4.0 lib/generators/notifiable/install/templates/create_notifiable_notification_device_tokens.rb
notifiable-rails-0.4.0 spec/test_app/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-rails-0.3.0 spec/test_app/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-rails-0.3.0 lib/generators/notifiable/install/templates/create_notifiable_notification_device_tokens.rb
notifiable-gcm-spacialdb-0.1.4 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-gcm-spacialdb-0.1.3 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-mpns-nverinaud-0.1.1 spec/support/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb
notifiable-rails-0.2.0 spec/test_app/db/migrate/20131229104039_create_notifiable_notification_device_tokens.rb