From 24cd0de9f75d83316e94e76aa86a79364d3d5d87 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 1 Jan 2016 13:35:35 +0100 Subject: [PATCH] Install the :create-schemas option back. In the previous refactoring patch that option mistakenly went away, although it is still needed for MS SQL and it is planned to make use of it in the other source types too... See #316 for reference. --- src/sources/common/db-methods.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sources/common/db-methods.lisp b/src/sources/common/db-methods.lisp index 9f7ef79..08bed3d 100644 --- a/src/sources/common/db-methods.lisp +++ b/src/sources/common/db-methods.lisp @@ -124,6 +124,7 @@ (disable-triggers nil) (data-only nil) (schema-only nil) + (create-schemas nil) (create-tables t) (include-drop t) (create-indexes t) @@ -170,6 +171,7 @@ catalog :set-table-oids set-table-oids :materialize-views materialize-views + :create-schemas create-schemas :foreign-keys foreign-keys :include-drop include-drop)) (truncate