Add migration instructions

This commit is contained in:
rui hildt 2020-05-01 11:54:28 +02:00
parent 8af2a70f00
commit 8465c4ecd6
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
## How to do a migration
- Create `.env` to the root folder
- Add the database url to the `.env` file:
`DATABASE_URL=postgres://db_user:password@server_url:PORT/db_name`
- Run `npm run migrate up`