From c4420a56e2e25b495daf3a32599c2338be305b7e Mon Sep 17 00:00:00 2001 From: Olyno Date: Wed, 13 Aug 2025 06:54:29 +0200 Subject: [PATCH] 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. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1395e9b..5b3e291 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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