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.
This commit is contained in:
Dimitri Fontaine 2016-01-01 13:35:35 +01:00
parent 9e4938cea4
commit 24cd0de9f7

View File

@ -124,6 +124,7 @@
(disable-triggers nil) (disable-triggers nil)
(data-only nil) (data-only nil)
(schema-only nil) (schema-only nil)
(create-schemas nil)
(create-tables t) (create-tables t)
(include-drop t) (include-drop t)
(create-indexes t) (create-indexes t)
@ -170,6 +171,7 @@
catalog catalog
:set-table-oids set-table-oids :set-table-oids set-table-oids
:materialize-views materialize-views :materialize-views materialize-views
:create-schemas create-schemas
:foreign-keys foreign-keys :foreign-keys foreign-keys
:include-drop include-drop)) :include-drop include-drop))
(truncate (truncate