2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
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,
|
|
|
|
)
|