trabajo-afectivo/db/seeds/groups.rb

11 lines
290 B
Ruby
Raw Normal View History

2022-01-01 13:38:12 +00:00
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
Group.create_if_not_exists(
id: 1,
name: __('Users'),
signature_id: Signature.first.id,
note: __('Standard Group/Pool for Tickets.'),
updated_by_id: 1,
created_by_id: 1
)