2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2017-04-26 11:28:32 +00:00
|
|
|
Group.create_if_not_exists(
|
2018-12-19 17:31:51 +00:00
|
|
|
id: 1,
|
2021-11-15 15:58:19 +00:00
|
|
|
name: __('Users'),
|
2018-12-19 17:31:51 +00:00
|
|
|
signature_id: Signature.first.id,
|
2021-11-15 15:58:19 +00:00
|
|
|
note: __('Standard Group/Pool for Tickets.'),
|
2017-04-26 11:28:32 +00:00
|
|
|
updated_by_id: 1,
|
|
|
|
created_by_id: 1
|
|
|
|
)
|