mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 07:47:00 +02:00
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:
parent
9e4938cea4
commit
24cd0de9f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user