Unverified 提交 c4420a56 authored 作者: Olyno's avatar Olyno 提交者: GitHub

docs(contribute): add explainations about SQL migration (#893)

# Description This pull request adds some explanations on how to do the SQL migrations, required to contribute to the project, when required.
上级 2c208e3a
...@@ -18,6 +18,13 @@ Dyad is an Electron app. ...@@ -18,6 +18,13 @@ Dyad is an Electron app.
npm install npm install
``` ```
**Apply migrations:**
```sh
npm run db:generate
npm run db:push
```
**Run locally:** **Run locally:**
```sh ```sh
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论