aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/schema.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/schema.hxx')
-rw-r--r--odb/relational/schema.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/schema.hxx b/odb/relational/schema.hxx
index a236fd5..63ab860 100644
--- a/odb/relational/schema.hxx
+++ b/odb/relational/schema.hxx
@@ -943,7 +943,7 @@ namespace relational
os << "static const schema_catalog_entry" << endl
<< "schema_catalog_entry_" << flat_name (type) << "_ (" << endl
<< "id_" << db << "," << endl
- << strlit (options.schema_name ()) << "," << endl
+ << strlit (options.schema_name ()[db]) << "," << endl
<< "&" << traits << "::create_schema);"
<< endl;
}