Sha256: 1639c4e267f11710bd6ca2c7ad732dc49a74e6d262694622f7fe2fa7c7380346

Contents?: true

Size: 290 Bytes

Versions: 108

Compression:

Stored size: 290 Bytes

Contents

class CreateLocks < ActiveRecord::Migration[4.2]
  def change
    create_table :spotlight_locks do |t|
      t.references :on, polymorphic: true
      t.references :by, polymorphic: true
      t.timestamps
    end

    add_index :spotlight_locks, [:on_id, :on_type], unique: true
  end
end

Version data entries

108 entries across 108 versions & 1 rubygems

Version Path
blacklight-spotlight-2.5.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.4.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.4.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.3.3 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.3.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.3.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.3.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.2.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.2.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.1.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.0.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.0.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.0.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.0.0.rc6 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.0.0.rc5 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.0.0.rc4 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.0.0.rc3 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.0.0.rc2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.0.0.rc1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-1.5.1 db/migrate/20141117111311_create_locks.rb