diff --git a/db/seeds.rb b/db/seeds.rb index 3cb47d174..de600141b 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -1884,7 +1884,7 @@ Report::Profile.create_if_not_exists( created_by_id: 1, ) -chat = Chat.create( +chat = Chat.create_if_not_exists( name: 'default', max_queue: 5, note: '',