aboutsummaryrefslogtreecommitdiff
path: root/evolution/drop-column/test1.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-05 07:30:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:46 +0200
commita72909d40ce4b10d8d5950bec8f52c8a561e4596 (patch)
tree160eaa679a2dcff61b1ca5b95c1a791e5b42726a /evolution/drop-column/test1.hxx
parent31b400b73be9aa98c0fd448423677db212667c43 (diff)
Generate add/drop column migration statements
Diffstat (limited to 'evolution/drop-column/test1.hxx')
-rw-r--r--evolution/drop-column/test1.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/drop-column/test1.hxx b/evolution/drop-column/test1.hxx
new file mode 100644
index 0000000..af02f02
--- /dev/null
+++ b/evolution/drop-column/test1.hxx
@@ -0,0 +1,12 @@
+// file : evolution/drop-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