mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Fix bug introduced in f263d1b2a41b8040967a5c5d03351f79beb63d22, fix #124.
This commit is contained in:
parent
b9e26ea460
commit
8dbb1fe9be
@ -217,7 +217,7 @@
|
||||
;; while CREATE INDEX statements are in flight (avoid locking).
|
||||
;;
|
||||
(when reset-sequences
|
||||
(reset-sequences all-columns :state state))
|
||||
(reset-sequences (mapcar #'car all-columns) :state state))
|
||||
|
||||
;;
|
||||
;; Turn UNIQUE indexes into PRIMARY KEYS now
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user