aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/db
Commit message (Expand)AuthorAgeFilesLines
* Traducir del: ingleĢsEugeniu Tambur2019-03-191-1/+1
* Fix for migration active_storage migrationEugeniu Tambur2019-03-151-1/+3
* Add foreign key to active_storage_attachments for `blob_id` via new migrationbogdanvlviv2019-01-161-0/+7
* Add a foreign-key constraint to the attachments table for blobsGeorge Claghorn2018-07-191-0/+1
* Widen blob size columnGeorge Claghorn2017-08-241-1/+1
* Use 5.2 version of ActiveRecord::Migration for Active Storagebogdanvlviv2017-08-221-1/+1
* Remove frozen_string_literal comment from activestorage's migrationbogdanvlviv2017-08-221-2/+0
* Merge pull request #30211 from koic/frozen_activestorageMatthew Draper2017-08-131-0/+2
|\
| * Use frozen string literal in Active StorageKoichi ITO2017-08-121-0/+2
* | Use `references` to respect primary key type in active storage tablesRyuta Kamizono2017-08-131-5/+3
|/
* Add `null: false` to Active Storage tablesRyuta Kamizono2017-08-121-10/+10
* ActiveStorage:Add migrations per rails engine conventions (#30111)Dino Maric2017-08-081-0/+27