Chore: dup module name RoundRobin (#1036)
Fix the duplicate module name in migration
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class RoundRobin < ActiveRecord::Migration[5.0]
|
||||
class CreateRoundRobin < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
InboxMember.find_each do |im|
|
||||
round_robin_key = format(::Redis::Alfred::ROUND_ROBIN_AGENTS, inbox_id: im.inbox_id)
|
||||
Reference in New Issue
Block a user