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/drop-column/test1.hxx | |
parent | 502926d96b0b5d79dc639b8388fbf19b11cda277 (diff) |
Add support for schema version table
Diffstat (limited to 'evolution/drop-column/test1.hxx')
-rw-r--r-- | evolution/drop-column/test1.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/evolution/drop-column/test1.hxx b/evolution/drop-column/test1.hxx index af02f02..91df52e 100644 --- a/evolution/drop-column/test1.hxx +++ b/evolution/drop-column/test1.hxx @@ -5,8 +5,6 @@ #ifndef TEST1_HXX #define TEST1_HXX -#define MODEL_VERSION 2 -#include "model.hxx" -#undef MODEL_VERSION +#pragma db model version(1, 1) #endif // TEST1_HXX |