We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc5ef2 commit 7b09389Copy full SHA for 7b09389
1 file changed
README.md
@@ -48,6 +48,7 @@ DB migration
48
If you are upgrading HackMD from older version, you might need to do this to apply the DB schema changes.
49
50
1. Modify the file named `.sequelizerc`, change the value of the variable `url` with your db connection string.
51
+ For example: `postgres://username:password@localhost:5432/hackmd`
52
2. Run `node_modules/.bin/sequelize db:migrate`, that's it!
53
54
Structure
0 commit comments