Skip to content

Commit cae6783

Browse files
committed
update docs
1 parent 19a7680 commit cae6783

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/plugin/dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ author = ''
107107
# 当前支持:ai、mcp、agent、auth、storage、notification、task、payment、other
108108
tags = ['']
109109
# 数据库支持
110-
# 当前支持:mysql、pgsql、postgresql
110+
# 当前支持:mysql、postgresql
111111
database = ['']
112112

113113
# 应用配置
@@ -141,7 +141,7 @@ author = ''
141141
# 当前支持:ai、mcp、agent、auth、storage、notification、task、payment、other
142142
tags = ['']
143143
# 数据库支持
144-
# 当前支持:mysql、pgsql、postgresql
144+
# 当前支持:mysql、postgresql
145145
database = ['']
146146

147147
# 应用配置

docs/questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ return await self.select_order( # [!code word:noload]
6969
## 数据库时区陷阱
7070

7171
MySQL 不支持时区存储类型,而 PostgreSQL 拥有完美的时区类型,所以在数据库中存储时间列确实是一件令人头疼的事情,不过我们已为此实现完美方案,兼容
72-
mysql 和 pgsql[查看详情](./backend/reference/timezone.md#数据库)
72+
mysql 和 postgresql[查看详情](./backend/reference/timezone.md#数据库)

0 commit comments

Comments
 (0)