I have two sets of environments I'd like to run checks differently on.
On the production database, there's a table that is append-only; a trigger prohibits deletes and updates.
However, for the sake of testing, on the test database I'd like to run deletes.
What would be the best practice for this, given I use Prisma migrations?