aboutsummaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli10
1 files changed, 10 insertions, 0 deletions
diff --git a/odb/options.cli b/odb/options.cli
index 6740572..f61aa0e 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -102,6 +102,16 @@ class options
formats."
};
+ bool --omit-drop
+ {
+ "Omit \cb{DROP} statements from the generated database schema."
+ };
+
+ bool --omit-create
+ {
+ "Omit \cb{CREATE} statements from the generated database schema."
+ };
+
std::string --schema-name = ""
{
"<name>",