diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-04 09:47:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:46 +0200 |
commit | 31b400b73be9aa98c0fd448423677db212667c43 (patch) | |
tree | 3f8d522d700ab6234da43211e27c136e740ab002 /evolution/add-index/test2.hxx | |
parent | 516523183fad016a26c7400d784eb9c0343b7964 (diff) |
Generate add/drop index migration statements
Diffstat (limited to 'evolution/add-index/test2.hxx')
-rw-r--r-- | evolution/add-index/test2.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/add-index/test2.hxx b/evolution/add-index/test2.hxx new file mode 100644 index 0000000..25e4401 --- /dev/null +++ b/evolution/add-index/test2.hxx @@ -0,0 +1,12 @@ +// file : evolution/add-index/test2.hxx +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef TEST2_HXX +#define TEST2_HXX + +#define MODEL_VERSION 3 +#include "model.hxx" +#undef MODEL_VERSION + +#endif // TEST2_HXX |