added has_many for non object_ptr types
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
namespace work::core {
|
||||
struct Model {
|
||||
uint64_t id;
|
||||
uint64_t version;
|
||||
uint64_t id{};
|
||||
uint64_t version{};
|
||||
|
||||
template<typename Operator>
|
||||
void process( Operator& op ) {
|
||||
|
||||
Reference in New Issue
Block a user