diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 07:35:45 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 09:58:53 +0200 |
commit | 40ae3082645ed3790eb1d5d6f04fb2ca36c19187 (patch) | |
tree | 5157fe5db532ec91b0c06ce5f81d4e92444b7fe9 /evolution/add-table/test2.hxx | |
parent | 502926d96b0b5d79dc639b8388fbf19b11cda277 (diff) |
Add support for schema version table
Diffstat (limited to 'evolution/add-table/test2.hxx')
-rw-r--r-- | evolution/add-table/test2.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evolution/add-table/test2.hxx b/evolution/add-table/test2.hxx index 0de1de5..96983e5 100644 --- a/evolution/add-table/test2.hxx +++ b/evolution/add-table/test2.hxx @@ -5,7 +5,7 @@ #ifndef TEST2_HXX #define TEST2_HXX -#define MODEL_VERSION 3 +#define MODEL_VERSION 2 #include "model.hxx" #undef MODEL_VERSION |