renamed timestamp to timestamp_type_t

This commit is contained in:
2026-01-07 09:23:47 +01:00
parent f30c250a20
commit c6747074f5
26 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ struct Job : core::Model {
std::string description;
JobState state;
JobMode mode;
matador::utils::timestamp created_at;
matador::utils::timestamp_type_t created_at;
matador::object::object_ptr<Payload> payload;
matador::object::object_ptr<Task> task;
core::UserInfo user_info;