diff options
author | Max Wu | 2016-06-02 03:45:30 +0800 |
---|---|---|
committer | Max Wu | 2016-06-02 03:45:30 +0800 |
commit | 7b093899ce734f4bef649efda9f8c0af281c3aaf (patch) | |
tree | 75340f18800cc716ada589718a84ac6a3acad768 | |
parent | dcc5ef2df65aafabde083f266ee164de2c716fa4 (diff) |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ DB migration If you are upgrading HackMD from 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. + For example: `postgres://username:password@localhost:5432/hackmd` 2. Run `node_modules/.bin/sequelize db:migrate`, that's it! Structure |