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:
bjoern
2022-12-13 20:12:29 +01:00
committed by GitHub
parent 2a2db4f526
commit ccd0842df8
2 changed files with 7 additions and 2 deletions

View File

@@ -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