Skip to content

Commit 1951f3e

Browse files
committed
update docs
1 parent adf03a1 commit 1951f3e

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

docs/guide/summary/quick-start.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ title: 快速开始
8080
- 直接启动后端项目(自动创建)
8181
- 数据库迁移 [alembic](https://alembic.sqlalchemy.org/en/latest/tutorial.html)
8282

83-
:::: details
84-
::: warning
85-
此方法暂不适用于 PostgreSQL 用户,详情请查看:[#1584](https://github.com/sqlalchemy/alembic/discussions/1584)
86-
:::
87-
8883
生成迁移文件
8984

9085
```shell
@@ -96,7 +91,7 @@ title: 快速开始
9691
```shell
9792
alembic upgrade head
9893
```
99-
::::
94+
10095
- 执行 `backend/sql/` 目录下对应数据库的 `create_tables.sql` 脚本
10196

10297
9. 启动 celery worker, beat 和 flower ==(可选)==

docs/team.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,13 @@ groups:
6161
socials: [
6262
{ icon: 'github', link: 'https://github.com/xiangshen123' }
6363
]
64+
- name: 陈安生(陈大锤)
65+
link: https://github.com/chenansheng
66+
avatar: https://avatars.githubusercontent.com/u/33371724?v=4
67+
desc: 国企 java 后端,深度学习开发选手
68+
location: 济南,山东
69+
organization: --
70+
socials: [
71+
{ icon: 'github', link: 'https://github.com/chenansheng' }
72+
]
6473
---

0 commit comments

Comments
 (0)