diff options
author | Alex Robbin <alex@robbinsweb.biz> | 2013-03-07 23:24:27 -0500 |
---|---|---|
committer | Alex Robbin <alex@robbinsweb.biz> | 2013-03-07 23:24:27 -0500 |
commit | 9b27e13c05a1896bfe0fbd65c496de33251cad35 (patch) | |
tree | 914403372dccd5cf569db9726cc998277c1661d3 | |
parent | b045b5c1636b61cb38d87ac761289fe0794b0f20 (diff) | |
download | rails-9b27e13c05a1896bfe0fbd65c496de33251cad35.tar.gz rails-9b27e13c05a1896bfe0fbd65c496de33251cad35.tar.bz2 rails-9b27e13c05a1896bfe0fbd65c496de33251cad35.zip |
remove the new metadata note in Rails 4 upgrade guide
this was pulled out of Rails 4, see rails/rails#8399 for the discussion
-rw-r--r-- | guides/source/4_0_release_notes.md | 6 |
1 files changed, 0 insertions, 6 deletions
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`. |