Update timestamps in parameters with transactions

This avoids accidentally reverting the changes
to the `param` column done by another thread.
This commit is contained in:
link2xt
2023-02-22 14:32:22 +00:00
parent a82b09bfc2
commit d0a7e5f1b7
2 changed files with 42 additions and 14 deletions

View File

@@ -17,6 +17,7 @@
- Fix a problem with Gmail where (auto-)deleted messages would get archived instead of deleted.
Move them to the Trash folder for Gmail which auto-deletes trashed messages in 30 days #3972
- Clear config cache after backup import. This bug sometimes resulted in the import to seemingly work at first. #4067
- Update timestamps in `param` columns with transactions. #4083
### API-Changes