diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-05 10:16:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-10 18:46:46 +0200 |
commit | f0a8672c2128041001d6badba42ff672126581bb (patch) | |
tree | e22750f2dbaf8602c5d14565d93f5a7fa4232704 /evolution/alter-column/test1.hxx | |
parent | a72909d40ce4b10d8d5950bec8f52c8a561e4596 (diff) |
Generate alter column migration statements
Diffstat (limited to 'evolution/alter-column/test1.hxx')
-rw-r--r-- | evolution/alter-column/test1.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/alter-column/test1.hxx b/evolution/alter-column/test1.hxx new file mode 100644 index 0000000..cf08732 --- /dev/null +++ b/evolution/alter-column/test1.hxx @@ -0,0 +1,12 @@ +// file : evolution/alter-column/test1.hxx +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef TEST1_HXX +#define TEST1_HXX + +#define MODEL_VERSION 2 +#include "model.hxx" +#undef MODEL_VERSION + +#endif // TEST1_HXX |