Remove migration that always produces deadlock
Created by: mrnugget
Apparently we can't drop a trigger on repo
without causing a deadlock.
So this removes the migration introduced in #40899.
Test plan
- Ran into production deadlocks, removing this migration.