From bbe7e47dddd9740b5506eaea5d4f5c9dee59ebae Mon Sep 17 00:00:00 2001 From: Jonathan Tron Date: Mon, 23 Sep 2013 08:32:29 +0200 Subject: [PATCH] Update history --- History.md | 1 + 1 file changed, 1 insertion(+) diff --git a/History.md b/History.md index 6b512b2..da558eb 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,7 @@ 0.6.2.dev ========= +* Fix SQL schema dumps using timestamp migration (Joshua Hansen) [#50](https://github.com/TalentBox/sequel-rails/pull/50) * Apply all migrations in the schema.rb file when loading it (Robert Payne) [#49](https://github.com/TalentBox/sequel-rails/pull/49) * Make dump_schema_information compatible with integer based migration (Robert Payne) [#48](https://github.com/TalentBox/sequel-rails/pull/48) [#47](https://github.com/TalentBox/sequel-rails/issues/47) * Add an `after_connect` hook (Jan Berdajs) [#46](https://github.com/TalentBox/sequel-rails/pull/46)