trabajo-afectivo/db/seeds/chats.rb
2022-01-01 14:38:12 +01:00

10 lines
238 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
Chat.create_if_not_exists(
name: 'default',
max_queue: 5,
note: '',
active: true,
updated_by_id: 1,
created_by_id: 1,
)