Module: Switchman::ActiveRecord::Migrator
- Defined in:
- lib/switchman/active_record/migration.rb
Instance Method Summary collapse
Instance Method Details
#generate_migrator_advisory_lock_id ⇒ Object
14 15 16 17 |
# File 'lib/switchman/active_record/migration.rb', line 14 def generate_migrator_advisory_lock_id shard_name_hash = Zlib.crc32(Shard.current.name) ::ActiveRecord::Migrator::MIGRATOR_SALT * shard_name_hash end |