chats.rb 238 B

12345678910
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. Chat.create_if_not_exists(
  3. name: 'default',
  4. max_queue: 5,
  5. note: '',
  6. active: true,
  7. updated_by_id: 1,
  8. created_by_id: 1,
  9. )