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

9 lines
227 B
Ruby

# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
Report::Profile.create_if_not_exists(
name: '-all-',
condition: {},
active: true,
updated_by_id: 1,
created_by_id: 1,
)