diff options
author | George Claghorn <george.claghorn@gmail.com> | 2019-01-05 10:41:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 10:41:41 -0500 |
commit | 7a88f649da0bd0b8c7534a90b4132cef8d9ec785 (patch) | |
tree | 857111ffc3450e52e54aaf2f159e98608aab5f01 /actionmailbox | |
parent | 35ed21bc1600a3687c63781b70f7543ca162997c (diff) | |
parent | 67a9a86b1d69367a3270240dad43bc9825ca80a5 (diff) | |
download | rails-7a88f649da0bd0b8c7534a90b4132cef8d9ec785.tar.gz rails-7a88f649da0bd0b8c7534a90b4132cef8d9ec785.tar.bz2 rails-7a88f649da0bd0b8c7534a90b4132cef8d9ec785.zip |
Merge pull request #34875 from bogdanvlviv/test-actiontext-on-rails-6.0
Test actiontext on Rails 6.0
Diffstat (limited to 'actionmailbox')
-rw-r--r-- | actionmailbox/test/dummy/db/migrate/20180212164506_create_active_storage_tables.active_storage.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailbox/test/dummy/db/migrate/20180212164506_create_active_storage_tables.active_storage.rb b/actionmailbox/test/dummy/db/migrate/20180212164506_create_active_storage_tables.active_storage.rb index 360e0d1b7a..0b2ce257c8 100644 --- a/actionmailbox/test/dummy/db/migrate/20180212164506_create_active_storage_tables.active_storage.rb +++ b/actionmailbox/test/dummy/db/migrate/20180212164506_create_active_storage_tables.active_storage.rb @@ -21,6 +21,7 @@ class CreateActiveStorageTables < ActiveRecord::Migration[5.2] t.datetime :created_at, null: false t.index [ :record_type, :record_id, :name, :blob_id ], name: "index_active_storage_attachments_uniqueness", unique: true + t.foreign_key :active_storage_blobs, column: :blob_id end end end |