summaryrefslogtreecommitdiff
path: root/evolution/version/test1.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-25 07:35:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-25 09:58:53 +0200
commit40ae3082645ed3790eb1d5d6f04fb2ca36c19187 (patch)
tree5157fe5db532ec91b0c06ce5f81d4e92444b7fe9 /evolution/version/test1.hxx
parent502926d96b0b5d79dc639b8388fbf19b11cda277 (diff)
Add support for schema version table
Diffstat (limited to 'evolution/version/test1.hxx')
-rw-r--r--evolution/version/test1.hxx10
1 files changed, 10 insertions, 0 deletions
diff --git a/evolution/version/test1.hxx b/evolution/version/test1.hxx
new file mode 100644
index 0000000..138fd09
--- /dev/null
+++ b/evolution/version/test1.hxx
@@ -0,0 +1,10 @@
+// file : evolution/version/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
+
+#pragma db model version(1, 1)
+
+#endif // TEST1_HXX