From c94fb9e51326cf4528574e191f9375e9cb22c723 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Sep 2012 12:47:07 +0200 Subject: Add --omit-drop and --omit-create options --- odb/options.cli | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'odb/options.cli') 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 = "" { "", -- cgit v1.1