File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,6 @@ title: 快速开始
80
80
- 直接启动后端项目(自动创建)
81
81
- 数据库迁移 [alembic](https://alembic.sqlalchemy.org/en/latest/tutorial.html)
82
82
83
- :::: details
84
- ::: warning
85
- 此方法暂不适用于 PostgreSQL 用户,详情请查看:[# 1584](https://github.com/sqlalchemy/alembic/discussions/1584)
86
- :::
87
-
88
83
生成迁移文件
89
84
90
85
` ` ` shell
@@ -96,7 +91,7 @@ title: 快速开始
96
91
` ` ` shell
97
92
alembic upgrade head
98
93
` ` `
99
- ::::
94
+
100
95
- 执行 ` backend/sql/` 目录下对应数据库的 ` create_tables.sql` 脚本
101
96
102
97
9. 启动 celery worker, beat 和 flower ==(可选)==
Original file line number Diff line number Diff line change @@ -61,4 +61,13 @@ groups:
61
61
socials : [
62
62
{ icon: 'github', link: 'https://github.com/xiangshen123' }
63
63
]
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
+ ]
64
73
---
You can’t perform that action at this time.
0 commit comments