Cosmetics
This commit is contained in:
parent
912b9e4d45
commit
42ca0efa5c
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@
|
|||
|
||||
(defn rename-collection
|
||||
"Changes the name of an existing collection using the renameCollection command"
|
||||
([^DB db ^String from ^String to]
|
||||
(monger.core/command db (sorted-map :renameCollection from :to to))))
|
||||
[^DB db ^String from ^String to]
|
||||
(monger.core/command db (sorted-map :renameCollection from :to to)))
|
||||
|
||||
(defn convert-to-capped
|
||||
"Converts an existing, non-capped collection to a capped collection using the convertToCapped command"
|
||||
|
|
|
|||
Loading…
Reference in a new issue