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