aboutsummaryrefslogtreecommitdiff
path: root/relationship
diff options
context:
space:
mode:
Diffstat (limited to 'relationship')
-rw-r--r--relationship/employee.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/relationship/employee.hxx b/relationship/employee.hxx
index e89e704..86fe82d 100644
--- a/relationship/employee.hxx
+++ b/relationship/employee.hxx
@@ -154,7 +154,7 @@ private:
#pragma db not_null
shared_ptr<employer_type> employer_;
- #pragma db not_null unordered
+ #pragma db value_not_null unordered
projects_type projects_;
};