aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activestorage/db/migrate/20170806125915_create_active_storage_tables.rb')
-rw-r--r--activestorage/db/migrate/20170806125915_create_active_storage_tables.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb b/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
index 9e31e3966a..cfaf01cd5e 100644
--- a/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
+++ b/activestorage/db/migrate/20170806125915_create_active_storage_tables.rb
@@ -20,6 +20,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