Sha256: a94c60b7954ede501f66a7aacf325d26ebabc52b71814e22021ca6eb2ef6aa4d

Contents?: true

Size: 530 Bytes

Versions: 27

Compression:

Stored size: 530 Bytes

Contents

class CreateCoalescingPandaPersistentSession < CoalescingPanda::MiscHelper::MigrationClass
  def change
    create_table :coalescing_panda_persistent_sessions do |t|
      t.string :session_key
      t.text :data
      t.integer :coalescing_panda_lti_account_id

      t.timestamps null: false
    end
    add_index :coalescing_panda_persistent_sessions, :session_key, unique: true
    add_index :coalescing_panda_persistent_sessions, :coalescing_panda_lti_account_id, name: 'index_persistent_session_on_lti_account_id'
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
coalescing_panda-5.3.0 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.2.2 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.2.2.beta1 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.2.1 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.2.0 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.2.0.beta2 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.2.0.beta1 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.13 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.12 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.11 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.10 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.9 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.8 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.7 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.6 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.5 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.4 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.3.beta.2 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.3.beta.1 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb
coalescing_panda-5.1.3 db/migrate/20200528224505_create_coalescing_panda_persistent_session.rb