diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-05 07:30:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:46 +0200 |
commit | a72909d40ce4b10d8d5950bec8f52c8a561e4596 (patch) | |
tree | 160eaa679a2dcff61b1ca5b95c1a791e5b42726a /evolution/drop-column/test2.hxx | |
parent | 31b400b73be9aa98c0fd448423677db212667c43 (diff) |
Generate add/drop column migration statements
Diffstat (limited to 'evolution/drop-column/test2.hxx')
-rw-r--r-- | evolution/drop-column/test2.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/drop-column/test2.hxx b/evolution/drop-column/test2.hxx new file mode 100644 index 0000000..8b91e72 --- /dev/null +++ b/evolution/drop-column/test2.hxx @@ -0,0 +1,12 @@ +// file : evolution/drop-column/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 |