docs: clean up database migration instructions in README
This commit is contained in:
parent
ccd92c270a
commit
290c0edff7
@ -125,6 +125,7 @@ Make sure to replace the values with your actual database details.
|
|||||||
## Migrate the Database Using `make migrate`
|
## Migrate the Database Using `make migrate`
|
||||||
|
|
||||||
Before running your application, let's setup your database first.
|
Before running your application, let's setup your database first.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make migrate
|
make migrate
|
||||||
```
|
```
|
||||||
@ -137,14 +138,6 @@ 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