diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 10:46:33 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-04-25 10:46:33 +0200 |
commit | 8653e24fba1721fe4a87397b31f911d7fe33f32c (patch) | |
tree | e2d58807ac5efd20947912bc72fb95aaf07315cd /evolution/data/test1.hxx | |
parent | 40ae3082645ed3790eb1d5d6f04fb2ca36c19187 (diff) |
Add support for data migration
Diffstat (limited to 'evolution/data/test1.hxx')
-rw-r--r-- | evolution/data/test1.hxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/evolution/data/test1.hxx b/evolution/data/test1.hxx new file mode 100644 index 0000000..52b1873 --- /dev/null +++ b/evolution/data/test1.hxx @@ -0,0 +1,10 @@ +// file : evolution/data/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 |