diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 07:35:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 07:35:45 +0200 |
commit | 233a6bb8345ff5088b5381d04da7ff8f9dd088a5 (patch) | |
tree | 88f78f10d28593509a4747815497c2b20b67b9bc /odb/pgsql/database.hxx | |
parent | 21f57a237b8338d7338918a00b0318322f547041 (diff) |
Add support for schema version table
Diffstat (limited to 'odb/pgsql/database.hxx')
-rw-r--r-- | odb/pgsql/database.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/pgsql/database.hxx b/odb/pgsql/database.hxx index 753f0e0..1b456fb 100644 --- a/odb/pgsql/database.hxx +++ b/odb/pgsql/database.hxx @@ -302,6 +302,12 @@ namespace odb connection_ptr connection (); + // Database schema version. + // + protected: + virtual const schema_version_info& + load_schema_version (const std::string& schema_name) const; + public: // Database id constant (useful for meta-programming). // |