report_profiles.rb 227 B

123456789
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. Report::Profile.create_if_not_exists(
  3. name: '-all-',
  4. condition: {},
  5. active: true,
  6. updated_by_id: 1,
  7. created_by_id: 1,
  8. )