aboutsummaryrefslogtreecommitdiff
path: root/odb/forward.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-09 16:17:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-09 16:17:26 +0200
commit287a41287ed26bcf481f087680cad56ed5ef9865 (patch)
treea139f2da973f2e6576d2673e9e096a4e4ab12e6f /odb/forward.hxx
parent4962329eecb716bc2b99810ec1ac4214606fc1e8 (diff)
Add support for embedded schema migration
Diffstat (limited to 'odb/forward.hxx')
-rw-r--r--odb/forward.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/forward.hxx b/odb/forward.hxx
index 3dd5ef8..a09f08d 100644
--- a/odb/forward.hxx
+++ b/odb/forward.hxx
@@ -27,6 +27,7 @@ namespace odb
//
//
+ typedef unsigned long long schema_version;
class database;
class connection;
typedef details::shared_ptr<connection> connection_ptr;
@@ -36,6 +37,7 @@ namespace odb
namespace common
{
+ using odb::schema_version;
using odb::session;
}