backend/migrations/how_to_do_migration.md

5 lines
201 B
Markdown
Raw Normal View History

2020-05-01 09:54:28 +00:00
## 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`