Skip to content

Commit

Permalink
Remove assertion in primary-key
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man committed Dec 31, 2014
1 parent 645bc70 commit 8305ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sqlingvo/core.clj
Expand Up @@ -344,7 +344,6 @@ Examples:
"Returns a fn that adds the primary key to a table."
[& keys]
(fn [stmt]
(assert (= (:op stmt) :create-table))
[nil (assoc stmt :primary-key keys)]))

(defn drop-materialized-view
Expand Down

0 comments on commit 8305ab3

Please sign in to comment.