aboutsummaryrefslogtreecommitdiff
path: root/evolution/alter-column/test2.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-05 10:16:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:46 +0200
commitf0a8672c2128041001d6badba42ff672126581bb (patch)
treee22750f2dbaf8602c5d14565d93f5a7fa4232704 /evolution/alter-column/test2.hxx
parenta72909d40ce4b10d8d5950bec8f52c8a561e4596 (diff)
Generate alter column migration statements
Diffstat (limited to 'evolution/alter-column/test2.hxx')
-rw-r--r--evolution/alter-column/test2.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/alter-column/test2.hxx b/evolution/alter-column/test2.hxx
new file mode 100644
index 0000000..e99a465
--- /dev/null
+++ b/evolution/alter-column/test2.hxx
@@ -0,0 +1,12 @@
+// file : evolution/alter-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