mirror of
https://github.com/chatmail/core.git
synced 2026-05-21 07:46:31 +03:00
do not SELECT * on old tables to fill new ones (#3842)
* do not `SELECT *` on old tables to fill new ones the old table may contain deprecrated columns for whatever reason; as a result the query fails as the statement tries to insert eg. 16 columns into 12 colums (concrete error for acpeerstate that have several deprecated columns) * update CHANGELOG
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
### Fixes
|
||||
- Set read/write timeouts for IMAP over SOCKS5 #3833
|
||||
- Treat attached PGP keys as peer keys with mutual encryption preference #3832
|
||||
- fix migration of old databases #3842
|
||||
|
||||
|
||||
## 1.103.0
|
||||
|
||||
Reference in New Issue
Block a user