From d2a43a88c47251e1c9da10a2c5bc1dbd579af8d0 Mon Sep 17 00:00:00 2001 From: Ardeman Date: Thu, 27 Feb 2025 10:28:26 +0800 Subject: [PATCH] docs: add migration instructions to README for database updates --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5f0e21e..6b98e09 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,14 @@ Run the following command to build your project. The binary will be placed in th make build ``` +## Migrate database Using `make migrate` + +Run the following command if there some changes in database tables. + +```base +make migrate +``` + ## Run the Program Using `make run` Finally, you can run your program using: