From 9b27e13c05a1896bfe0fbd65c496de33251cad35 Mon Sep 17 00:00:00 2001 From: Alex Robbin Date: Thu, 7 Mar 2013 23:24:27 -0500 Subject: remove the new metadata note in Rails 4 upgrade guide this was pulled out of Rails 4, see rails/rails#8399 for the discussion --- guides/source/4_0_release_notes.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'guides/source/4_0_release_notes.md') diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md index 463da488f2..37afb25181 100644 --- a/guides/source/4_0_release_notes.md +++ b/guides/source/4_0_release_notes.md @@ -178,12 +178,6 @@ Please refer to the [Changelog](https://github.com/rails/rails/blob/master/activ If migrating down, the given migration / block is run normally. See the [Guide on Migration](https://github.com/rails/rails/blob/master/guides/source/migrations.md#reverting-previous-migrations) -* Adds some metadata columns to `schema_migrations` table. - - * `migrated_at` - * `fingerprint` - an md5 hash of the migration. - * `name` - the filename minus version and extension. - * Adds PostgreSQL array type support. Any datatype can be used to create an array column, with full migration and schema dumper support. * Add `Relation#load` to explicitly load the record and return `self`. -- cgit v1.2.3