mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-10 00:07:00 +02:00
Fix bug with db3 options handling.
This commit is contained in:
parent
b3a09a20e3
commit
65b35cf4a1
@ -105,7 +105,7 @@
|
||||
(setf (target db3) table-name)
|
||||
|
||||
(handler-case
|
||||
(when (and (or create-tables schema-only (not data-only)))
|
||||
(when (and (or create-tables schema-only) (not data-only))
|
||||
(with-stats-collection ("create, truncate"
|
||||
:state state-before
|
||||
:summary summary)
|
||||
|
Loading…
Reference in New Issue
Block a user