1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #40791 from michelson/patch-1

ActiveStorage upgrade command
This commit is contained in:
Rafael França 2020-12-17 14:27:16 -05:00 committed by GitHub
commit 32371e1855
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -308,6 +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. It is required that a migration is run after the upgrade. Run `bin/rails app:update` to generate that migration.
Active Model
------------