docs: add migration instructions to README for database updates
This commit is contained in:
parent
802692f6c1
commit
d2a43a88c4
@ -125,6 +125,14 @@ Run the following command to build your project. The binary will be placed in th
|
|||||||
make build
|
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`
|
## Run the Program Using `make run`
|
||||||
|
|
||||||
Finally, you can run your program using:
|
Finally, you can run your program using:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user