Skip to content

Commit

Permalink
remove the new metadata note in Rails 4 upgrade guide
Browse files Browse the repository at this point in the history
this was pulled out of Rails 4, see #8399 for the discussion
  • Loading branch information
agrobbin committed Mar 8, 2013
1 parent b045b5c commit 9b27e13
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions guides/source/4_0_release_notes.md
Expand Up @@ -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`.
Expand Down

0 comments on commit 9b27e13

Please sign in to comment.