From 437961b558363df0f489fe976f89258c442dcb05 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 26 Mar 2013 02:00:53 +0530 Subject: respect auto_increment in rename_column for mysql --- activerecord/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 16460ec36d..a537d8cdc1 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* `rename_column` preserves auto_increment in mysql migrations. + Fixes #3493. + + *Vipul A M* + * PostgreSQL geometric type point is supported by ActiveRecord. Fixes #7324. *Martin Schuerrer* @@ -24,7 +29,7 @@ *Ian Young* -* If ``:inverse_of` is true on an association, then when one calls `find()` on +* If `:inverse_of` is true on an association, then when one calls `find()` on the association, Active Record will first look through the in-memory objects in the association for a particular id. Then, it will go to the DB if it is not found. This is accomplished by calling `find_by_scan` in -- cgit v1.2.3