fix: recreate smtp table with AUTOINCREMENT

This ensures the rows cannot be confused accidentally
when referred by row_id.
This commit is contained in:
link2xt
2023-05-10 11:41:55 +00:00
parent c4534ff621
commit c5b6bad956
2 changed files with 19 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
- Make the bots automatically accept group chat contact requests. #4377
- Fetch at most 100 existing messages even if EXISTS was not received. #4383
- jsonrpc: typescript client: fix types of events in event emitter
- Recreate `smtp` table with AUTOINCREMENT `id`. #4390
- delete `smtp` rows when message sending is cancelled #4391