Sha256: bfe7c0fb0661a917131003001d6f999b846829fb67ef9fb2a30605ad7056e85c

Contents?: true

Size: 337 Bytes

Versions: 17

Compression:

Stored size: 337 Bytes

Contents

# This migration comes from lti_provider (originally 20130319050003)
class CreateLtiProviderLaunches < ActiveRecord::Migration[4.2]
  def change
    create_table "lti_provider_launches", :force => true do |t|
      t.string   "canvas_url"
      t.string   "nonce"
      t.text     "provider_params"

      t.timestamps
    end
  end
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
lti_provider_engine-1.2.3 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
lti_provider_engine-1.2.2 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
lti_provider_engine-1.2.1 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
lti_provider_engine-1.2.0 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.1.0 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.0.9 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.0.8 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.0.7 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.0.6 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.0.5 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.0.4 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.0.3 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.0.2 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-2.0.1 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
qalam_lti_provider_engine-1.1.6 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
lti_provider_engine-1.1.0 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb
lti_provider_engine-1.0.0 spec/dummy/db/migrate/20130319050206_create_lti_provider_launches.lti_provider.rb