Fix bug introduced in f263d1b2a4, fix #124.

This commit is contained in:
Dimitri Fontaine 2014-12-02 15:05:10 +01:00
parent b9e26ea460
commit 8dbb1fe9be

View File

@ -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