Folllow up for issue #1977 - recent_views fk already exists (no test needed).
This commit is contained in:
parent
6e899948c1
commit
7ed98af7ee
1 changed files with 0 additions and 8 deletions
|
@ -70,12 +70,4 @@ RSpec.describe Issue1977RemoveInvalidUserForeignKeys, type: :db_migration do
|
|||
end
|
||||
end
|
||||
|
||||
context 'no recent_views foreign key' do
|
||||
self.use_transactional_tests = false
|
||||
|
||||
it 'adds RecentView#created_by_id foreign key' do
|
||||
adds_foreign_key(:recent_views, column: :created_by_id)
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue