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-3.0.0.alpha.5 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-3.0.0.alpha.4 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-3.0.0.alpha.3 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-3.0.0.alpha.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-3.0.0.alpha.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.13.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.12.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.12.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.11.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.10.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.9.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.8.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.7.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.7.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.7.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.6.1.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.6.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.6.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.5.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-2.5.1 db/migrate/20141117111311_create_locks.rb