mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update guides/source/6_1_release_notes.md
Co-authored-by: Rafael França <rafael@franca.dev>
This commit is contained in:
parent
4ad7314c1d
commit
37827dcf8b
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ Please refer to the [Changelog][active-storage] for detailed changes.
|
|||
* Add `Blob.create_and_upload` to create a new blob and upload the given `io`
|
||||
to the service.
|
||||
([Pull Request](https://github.com/rails/rails/pull/34827))
|
||||
* ActiveStorage::Blob#service_name column was added, ( `bin/rails app:update` required ).
|
||||
* `ActiveStorage::Blob#service_name` column was added. It is required that a migration is run after the upgrade. Run `bin/rails app:update` to generate that migration.
|
||||
|
||||
Active Model
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue