aboutsummaryrefslogtreecommitdiff
path: root/common/changelog/add-table.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-26 14:43:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-26 14:43:01 +0200
commit08c135da0bc2f63f8381c690affae0d6b5804cff (patch)
tree58fad98fdfb5117ad35357797b8e9316d2526cc8 /common/changelog/add-table.hxx
parent794581217b71bf1705732360625a25369df15cdd (diff)
Use open, closed names in version pragma
Diffstat (limited to 'common/changelog/add-table.hxx')
-rw-r--r--common/changelog/add-table.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/changelog/add-table.hxx b/common/changelog/add-table.hxx
index 8dfabc6..b012148 100644
--- a/common/changelog/add-table.hxx
+++ b/common/changelog/add-table.hxx
@@ -7,7 +7,7 @@
#include <vector>
-#pragma db model version(BVER, CVER, true)
+#pragma db model version(BVER, CVER, open)
struct object1;