Sha256: 846f050c133c7e66279d637bfb27839ed781bdc17d856da18b880eadf372fd9e

Contents?: true

Size: 285 Bytes

Versions: 61

Compression:

Stored size: 285 Bytes

Contents

class CreateLocks < ActiveRecord::Migration
  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

61 entries across 61 versions & 1 rubygems

Version Path
blacklight-spotlight-0.34.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.34.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.33.3 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.33.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.33.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.33.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.32.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.31.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.30.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.29.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.29.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.28.3 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.28.2 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.28.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.28.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.27.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.26.1 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.26.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.25.0 db/migrate/20141117111311_create_locks.rb
blacklight-spotlight-0.24.0 db/migrate/20141117111311_create_locks.rb