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