aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-29 16:01:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-29 16:01:20 +0200
commit5d845560c9384544eb4d519ad140d2cfe4ec6520 (patch)
treef88d9fc13c8dba7c11cf643af0bbc8d4d217139f
parentfa01dee2c2f65fbe60528e966f981e8b8c6fc6c8 (diff)
Close database schema version
-rw-r--r--bdep/project.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index 612897d..9e1ae8e 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -14,7 +14,7 @@
#include <bdep/project-options.hxx>
-#pragma db model version(1, 1, open)
+#pragma db model version(1, 1, closed)
// Prevent assert() macro expansion in get/set expressions. This should appear
// after all #include directives since the assert() macro is redefined in each