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: 快速开始
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
102979. 启动 celery worker, beat 和 flower ==(可选)==
Original file line number Diff line number Diff 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---
You can’t perform that action at this time.
0 commit comments