From bedc854152c6f5a3762435923cf60839f9e53779 Mon Sep 17 00:00:00 2001 From: Ben Mabey Date: Wed, 26 Jan 2011 09:40:49 -0700 Subject: [PATCH] history --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index f9c8667..67879ac 100644 --- a/History.txt +++ b/History.txt @@ -5,6 +5,7 @@ * Add a NullStrategy. (GH-6 Ben Mabey) === Bugfixes + * Mongo colletion indexes are dropped for collections being removed. (GH-41 Ben Mabey) * Exclude database views from tables_to_truncate, if the connection adapter supports reading from the ANSI standard information_schema views. (GH-25 Samer Abukhait) * ORM types can be specified in string format and not mysteriously blowup. (GH-26 Ben Mabey)