criteria progress
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
#include "matador/object/object_ptr.hpp"
|
||||
|
||||
#include "matador/query/meta_table_macro.hpp"
|
||||
|
||||
#include "matador/utils/base_class.hpp"
|
||||
#include "matador/utils/foreign_attributes.hpp"
|
||||
|
||||
@@ -39,4 +41,6 @@ struct Task : core::Model {
|
||||
};
|
||||
}
|
||||
|
||||
META_TABLE(tasks, TASK, id, version, name, description, job_name, state, payload, job_mode, start_delay, interval, user_session_id)
|
||||
|
||||
#endif //TASK_HPP
|
||||
|
||||
Reference in New Issue
Block a user