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-4.7.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.6.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.6.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.5.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.4.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.3.6 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.3.5 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.3.4 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.3.3 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.3.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.3.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.3.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.2.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.1.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.1.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.1.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.0.3 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.0.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.0.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-4.0.0 db/migrate/20141117111311_create_locks.rb