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