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.
This commit is contained in:
Olyno
2025-08-13 06:54:29 +02:00
committed by GitHub
parent 2c208e3ace
commit c4420a56e2

View File

@@ -18,6 +18,13 @@ Dyad is an Electron app.
npm install
```
**Apply migrations:**
```sh
npm run db:generate
npm run db:push
```
**Run locally:**
```sh