Skip to content
Snippets Groups Projects
Commit 7e9ed2b3 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

use a set instead of a vector.

parent f752e63b
Branches
Tags
No related merge requests found
......@@ -214,7 +214,7 @@
;; this check gaurds against any table that appears in the schema multiple times
(if (contains? @processed-tables {:schema table-schema, :name table-name})
;; this is a dupe of this table, retire it and it's fields
(table/retire-tables [table-id])
(table/retire-tables #{table-id})
;; this is the first time we are encountering this table, so migrate it
(do
;; add this table to the set of tables we've processed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment