Skip to content

Commit 97eb30f

Browse files
committed
update README.md
1 parent 3fda79e commit 97eb30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: modules/cms-ai/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ docker exec -it pgvector psql -U postgres
6666
* 建库语句
6767

6868
```sql
69-
CREATE DATABASE "jeesite-ai2";
69+
CREATE DATABASE "jeesite-ai";
7070

7171
-- 激活数据库
72-
\connect "jeesite-ai2";
72+
\connect "jeesite-ai";
7373

7474
-- 建立数据表和索引
7575
CREATE EXTENSION IF NOT EXISTS vector;

0 commit comments

Comments
 (0)