diff --git a/src/clj/qbits/hayt/cql.clj b/src/clj/qbits/hayt/cql.clj index aa5e9df..29e9456 100644 --- a/src/clj/qbits/hayt/cql.clj +++ b/src/clj/qbits/hayt/cql.clj @@ -321,7 +321,7 @@ :from table)] (-> sb (str! "DELETE ") - (emit-row! q [:columns :from :using :where :if])))) + (emit-row! q [:columns :from :using :where :if :if-exists])))) :drop-index (fn [sb q index]