aboutsummaryrefslogtreecommitdiff
path: root/common/schema/namespace/test.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/schema/namespace/test.hxx')
-rw-r--r--common/schema/namespace/test.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/schema/namespace/test.hxx b/common/schema/namespace/test.hxx
index 44d5c60..70b19aa 100644
--- a/common/schema/namespace/test.hxx
+++ b/common/schema/namespace/test.hxx
@@ -147,10 +147,10 @@ struct object_view
std::string str;
};
-#pragma db view table(DB_SCHEMA."schema_object_1")
+#pragma db view table(DB_SCHEMA."schema_ns_object_1")
struct table_view
{
- #pragma db column(DB_SCHEMA."schema_object_1"."str")
+ #pragma db column(DB_SCHEMA."schema_ns_object_1"."str")
std::string str;
};