docs: update README

This commit is contained in:
JustSong
2023-05-06 17:05:07 +08:00
parent 3c08d760e5
commit e148ac4a1f
2 changed files with 63 additions and 1 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ send_message('标题', '描述', '**Markdown 内容**')
## 迁移数据库
此处均以 SQLite 为例,其他数据库请自行修改。
此处均以 SQLite 为例,其他数据库请自行修改。我已经让 ChatGPT 翻译成对应的 SQL 版本,见 `bin` 文件夹,供参考。
### 从 `v0.3` 迁移到 `v0.4`
1. 首先备份你的数据库文件,复制一份,命名为 `message-pusher-v0.3.db`。