mirror of https://github.com/status-im/codimd.git
Update README.md
This commit is contained in:
parent
7b093899ce
commit
e4555ed6fa
|
@ -45,7 +45,7 @@ Get started
|
||||||
|
|
||||||
DB migration
|
DB migration
|
||||||
---
|
---
|
||||||
If you are upgrading HackMD from older version, you might need to do this to apply the DB schema changes.
|
If you are upgrading HackMD from an older version, you might need to do this to apply the DB schema changes.
|
||||||
|
|
||||||
1. Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string.
|
1. Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string.
|
||||||
For example: `postgres://username:password@localhost:5432/hackmd`
|
For example: `postgres://username:password@localhost:5432/hackmd`
|
||||||
|
|
Loading…
Reference in New Issue