21#ifndef ORES_DATABASE_DOMAIN_CHANGE_REASON_CONSTANTS_HPP
22#define ORES_DATABASE_DOMAIN_CHANGE_REASON_CONSTANTS_HPP
26namespace ores::database::domain::change_reason_constants {
42constexpr std::string_view
new_record =
"system.new_record";
73constexpr std::string_view
common =
"common";
78constexpr std::string_view
system =
"system";
constexpr std::string_view non_material_update
Used for updates that don't change material business data.
Definition change_reason_constants.hpp:57
constexpr std::string_view new_record
Used when creating new records in the system.
Definition change_reason_constants.hpp:42
constexpr std::string_view external_data_import
Used for data loaded from external sources (e.g. ORE XML import).
Definition change_reason_constants.hpp:49
constexpr std::string_view system
System-generated reasons not typically shown to users.
Definition change_reason_constants.hpp:78
constexpr std::string_view common
Common reasons applicable to most entity types.
Definition change_reason_constants.hpp:73