Sha256: 8e3b668a850f3b8dfd45942b1614af271a7c7d46f21ea2d3269d9390561d1dc4

Contents?: true

Size: 210 Bytes

Versions: 23

Compression:

Stored size: 210 Bytes

Contents

class CreateNotifiableNotifications < ActiveRecord::Migration
  
  def change
    create_table :notifiable_notifications do |t|
      t.text :message
      t.text :payload
      t.timestamps
    end
  end

end

Version data entries

23 entries across 18 versions & 4 rubygems

Version Path
notifiable-gcm-spacialdb-0.2.1 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-mpns-nverinaud-0.2.0 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-apns-grocer-0.2.1 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.2.0 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-apns-grocer-0.2.0 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-rails-0.4.0 lib/generators/notifiable/install/templates/create_notifiable_notifications.rb
notifiable-rails-0.4.0 spec/test_app/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-rails-0.3.0 lib/generators/notifiable/install/templates/create_notifiable_notifications.rb
notifiable-rails-0.3.0 spec/test_app/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.1.4 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.1.3 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-mpns-nverinaud-0.1.1 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-rails-0.2.0 spec/test_app/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-rails-0.2.0 lib/generators/notifiable/install/templates/create_notifiable_notifications.rb
notifiable-mpns-nverinaud-0.1.0 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.1.1 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-apns-grocer-0.1.1 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-gcm-spacialdb-0.1.0 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-apns-grocer-0.1.0 spec/support/db/migrate/20131228225140_create_notifiable_notifications.rb
notifiable-rails-0.1.1 spec/test_app/db/migrate/20131228225140_create_notifiable_notifications.rb