Merge pull request #58 from code54/fix-ragtime-migrations-ordering

New ragtime version. ChangeLog for fix on `applied-migration-ids` ordering
This commit is contained in:
Michael Klishin 2013-07-05 13:08:48 -07:00
commit a33128791b
2 changed files with 8 additions and 2 deletions

View file

@ -16,7 +16,7 @@ Erik Bakstad contributed most of this work.
MongoDB Java driver dependency has been [updated to 2.11.2](https://github.com/mongodb/mongo-java-driver/wiki/Release-Notes). MongoDB Java driver dependency has been [updated to 2.11.2](https://github.com/mongodb/mongo-java-driver/wiki/Release-Notes).
## monger.core/drop-db ### monger.core/drop-db
`monger.core/drop-db` is a new function that drops a database by name. `monger.core/drop-db` is a new function that drops a database by name.
@ -36,6 +36,12 @@ implementation that can use any database:
(comment "This cache instance will use the altcache DB")) (comment "This cache instance will use the altcache DB"))
``` ```
### Ragtime changes
Bug fix: `monger.ragtime/applied-migration-ids` now returns a vector (instead of a set) in order to preserve the original creation order of the migrations.
Ragtime dependency has been updated to 0.3.3.
## Changes between 1.4.0 and 1.5.0 ## Changes between 1.4.0 and 1.5.0

View file

@ -7,7 +7,7 @@
[org.mongodb/mongo-java-driver "2.11.2"] [org.mongodb/mongo-java-driver "2.11.2"]
[com.novemberain/validateur "1.4.0"] [com.novemberain/validateur "1.4.0"]
[clojurewerkz/support "0.15.0"] [clojurewerkz/support "0.15.0"]
[ragtime/ragtime.core "0.3.2"]] [ragtime/ragtime.core "0.3.3"]]
:test-selectors {:default (fn [m] :test-selectors {:default (fn [m]
(and (not (:performance m)) (and (not (:performance m))
(not (:edge-features m)) (not (:edge-features m))