Update provider database

This commit is contained in:
link2xt
2023-02-21 14:40:56 +00:00
parent 15c9efaa95
commit 45abaff275
2 changed files with 103 additions and 74 deletions

View File

@@ -9,6 +9,7 @@
This speeds up tests by 28%, real usage will have lower speedup. #4065
- Use transaction in `update_blocked_mailinglist_contacts`. #4058
- Remove `Sql.get_conn()` interface in favor of `.call()` and `.transaction()`. #4055
- Updated provider database.
### Fixes
- Start SQL transactions with IMMEDIATE behaviour rather than default DEFERRED one. #4063