Chore: dup module name RoundRobin (#1036)
Fix the duplicate module name in migration
This commit is contained in:
parent
aac3c27483
commit
a260495f3d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
Loading…
Reference in a new issue