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
|
|
|
Report::Profile.create_if_not_exists(
|
2018-12-19 17:31:51 +00:00
|
|
|
name: '-all-',
|
|
|
|
condition: {},
|
|
|
|
active: true,
|
2017-04-26 11:28:32 +00:00
|
|
|
updated_by_id: 1,
|
|
|
|
created_by_id: 1,
|
|
|
|
)
|