Closed reneaaron closed 9 months ago
@reneaaron see the test error. how did we do it with other migrations?
Interesting, never seen that before. :thinking:
Could be related to this: https://github.com/golang-migrate/migrate/issues/284
I'll give it a try to split up the migration into 2 separate ones.
@bumi Added bun splits that separate these statements into different transactions. (like it's done in previous migrations, too)
Speed up the
check_balance()
trigger that is being run after every payment.